浏览代码

Whitespace

Source commit: ccdf0d3ee62edccea9a134e67a592bdf6ca80970
Martin Prikryl 4 年之前
父节点
当前提交
85f7e347fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 };