Browse Source

Whitespace

Source commit: ccdf0d3ee62edccea9a134e67a592bdf6ca80970
Martin Prikryl 4 years ago
parent
commit
85f7e347fe
1 changed files with 1 additions and 1 deletions
  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 };