Explorar o código

Whitespace

Source commit: ccdf0d3ee62edccea9a134e67a592bdf6ca80970
Martin Prikryl %!s(int64=4) %!d(string=hai) anos
pai
achega
85f7e347fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 };