浏览代码

Whitespace

(cherry picked from commit e765accf027a4b198689e7275346af80f542998d)

Source commit: 291433d34a976b23d2eaba99751b26d230f885ae
Martin Prikryl 4 年之前
父节点
当前提交
e66a2ea391
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);