소스 검색

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";