Browse Source

Indentation

Source commit: 6e5d9e4255e18aa87b13792f2955258a961b9892
Martin Prikryl 7 years ago
parent
commit
df56334735
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/TerminalManager.cpp

+ 1 - 1
source/windows/TerminalManager.cpp

@@ -273,7 +273,7 @@ void __fastcall TTerminalManager::DoConnectTerminal(TTerminal * Terminal, bool R
         Items[ActiveTerminalIndex] = Terminal;
         Items[ActiveTerminalIndex] = Terminal;
         OwnsObjects = true;
         OwnsObjects = true;
         FActiveTerminal = Terminal;
         FActiveTerminal = Terminal;
-          FScpExplorer->ReplaceTerminal(Terminal);
+        FScpExplorer->ReplaceTerminal(Terminal);
         // Now we do not have any reference to an abandoned terminal, so we can safely allow the thread
         // Now we do not have any reference to an abandoned terminal, so we can safely allow the thread
         // to complete its task and destroy the terminal afterwards.
         // to complete its task and destroy the terminal afterwards.
         TerminalThread->Terminate();
         TerminalThread->Terminate();