Explorar el Código

Space

Source commit: 3ed652bf825c266fcd9d9769023cbc720145f9bb
Martin Prikryl hace 8 años
padre
commit
7b78d000dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/windows/TerminalManager.cpp

+ 1 - 1
source/windows/TerminalManager.cpp

@@ -346,7 +346,7 @@ bool __fastcall TTerminalManager::ConnectActiveTerminalImpl(bool Reopen)
 
       Result = true;
     }
-    catch(Exception & E)
+    catch (Exception & E)
     {
       DebugAssert(FTerminalPendingAction == tpNull);
       FTerminalPendingAction = ::tpNone;