瀏覽代碼

Indentation

Source commit: 6e5d9e4255e18aa87b13792f2955258a961b9892
Martin Prikryl 7 年之前
父節點
當前提交
df56334735
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
         OwnsObjects = true;
         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
         // to complete its task and destroy the terminal afterwards.
         TerminalThread->Terminate();