瀏覽代碼

Indentation

Source commit: cccc71107bfacd39c3f7b93a608a7d39700e6587
Martin Prikryl 1 年之前
父節點
當前提交
7d4f437495
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -8506,7 +8506,7 @@ void __fastcall TCustomScpExplorerForm::DDDownload(
 class TFakeDataObjectFilesEx : public TDataObjectFilesEx
 {
 public:
-        __fastcall TFakeDataObjectFilesEx(TFileList * AFileList, bool RenderPIDL,
+  __fastcall TFakeDataObjectFilesEx(TFileList * AFileList, bool RenderPIDL,
     bool RenderFilename) : TDataObjectFilesEx(AFileList, RenderPIDL, RenderFilename, true)
   {
   }