Procházet zdrojové kódy

Whitespace

Source commit: ccdf0d3ee62edccea9a134e67a592bdf6ca80970
Martin Prikryl před 4 roky
rodič
revize
85f7e347fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      source/forms/CustomScpExplorer.h

+ 1 - 1
source/forms/CustomScpExplorer.h

@@ -52,7 +52,7 @@ class TBookmark;
 class TManagedTerminal;
 //---------------------------------------------------------------------------
 enum TActionAllowed { aaShortCut, aaUpdate, aaExecute };
-enum TActionFlag { afLocal = 1, afRemote = 2, afExplorer = 4 , afCommander = 8 };
+enum TActionFlag { afLocal = 1, afRemote = 2, afExplorer = 4, afCommander = 8 };
 enum TExecuteFileBy { efShell = 1, efInternalEditor = 2, efExternalEditor = 3, efDefaultEditor = 100 };
 enum TPanelExport { pePath, peFileList, peFullFileList };
 enum TPanelExportDestination { pedClipboard, pedCommandLine };