Selaa lähdekoodia

Space

Source commit: 3ed652bf825c266fcd9d9769023cbc720145f9bb
Martin Prikryl 8 vuotta sitten
vanhempi
sitoutus
7b78d000dc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;