Browse Source

Whitespace

(cherry picked from commit e765accf027a4b198689e7275346af80f542998d)

Source commit: 291433d34a976b23d2eaba99751b26d230f885ae
Martin Prikryl 4 years ago
parent
commit
e66a2ea391
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dotnet/internal/ExeSessionProcess.cs

+ 1 - 1
dotnet/internal/ExeSessionProcess.cs

@@ -1022,7 +1022,7 @@ namespace WinSCP
 
         [DllImport("kernel32.dll", SetLastError = true)]
         static extern IntPtr LoadLibraryEx(string lpFileName, IntPtr hReservedNull, uint dwFlags);
-        
+
         [DllImport("kernel32.dll", SetLastError = true)]
         [return: MarshalAs(UnmanagedType.Bool)]
         static extern bool FreeLibrary(IntPtr hModule);