瀏覽代碼

Whitespaces

Source commit: fc19e57b9399bc036f2c175b825da4c48a04929c
Martin Prikryl 9 年之前
父節點
當前提交
61a5fffd60
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dotnet/internal/ExeSessionProcess.cs

+ 1 - 1
dotnet/internal/ExeSessionProcess.cs

@@ -802,7 +802,7 @@ namespace WinSCP
 
         private static string GetInstallationPath(RegistryHive hive)
         {
-            // In .NET 4 we can use RegistryKey.OpenBaseKey(hive, RegistryView.Registry32); 
+            // In .NET 4 we can use RegistryKey.OpenBaseKey(hive, RegistryView.Registry32);
             const string uninstallKey = @"Software\Microsoft\Windows\CurrentVersion\Uninstall\winscp3_is1";
             const string appPathValue = @"Inno Setup: App Path";