Browse Source

Whitespace fix.

Martijn Laan 3 tháng trước cách đây
mục cha
commit
a1cae29455
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Projects/Src/Compiler.SetupCompiler.pas

+ 1 - 1
Projects/Src/Compiler.SetupCompiler.pas

@@ -5486,7 +5486,7 @@ begin
             AbortCompileFmt(SCompilerParamErrorBadCombo2, [ParamCommonFlags, 'download', 'comparetimestamp']);
           if foSkipIfSourceDoesntExist in Options then
             AbortCompileFmt(SCompilerParamErrorBadCombo2, [ParamCommonFlags, 'download', 'skipifsourcedoesntexist']);
-            if not(foExtractArchive in Options) and RecurseSubdirs then
+          if not(foExtractArchive in Options) and RecurseSubdirs then
             AbortCompileFmt(SCompilerParamErrorBadCombo2, [ParamCommonFlags, 'recursesubdirs', 'download']);
           if ADestName = '' then
             AbortCompileFmt(SCompilerParamFlagMissingParam, ['DestName', 'download']);