Browse Source

Code formatting

Source commit: 1d14b548e827c2518c49eb85bfcfea1efcfd1951
Martin Prikryl 9 years ago
parent
commit
c23bcf1550
1 changed files with 3 additions and 4 deletions
  1. 3 4
      source/core/ScpFileSystem.cpp

+ 3 - 4
source/core/ScpFileSystem.cpp

@@ -1437,12 +1437,11 @@ void __fastcall TSCPFileSystem::SCPResponse(bool * GotLastLine)
           throw;
         }
       }
-        else
-      if (Resp == 1)
+      else if (Resp == 1)
       {
         FTerminal->LogEvent(L"SCP remote side error (1):");
       }
-        else
+      else
       {
         FTerminal->LogEvent(L"SCP remote side fatal error (2):");
       }
@@ -1451,7 +1450,7 @@ void __fastcall TSCPFileSystem::SCPResponse(bool * GotLastLine)
       {
         THROW_FILE_SKIPPED(NULL, Msg);
       }
-        else
+      else
       {
         THROW_SCP_ERROR(NULL, Msg);
       }