소스 검색

tabs to spaces cosmetics, no functional change

Karoly Balogh 1 년 전
부모
커밋
db137d0528
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -5367,7 +5367,7 @@ begin
         else
           begin
             if (not(FPUARM_HAS_VFP_EXTENSION in fpu_capabilities[init_settings.fputype]))
-	       or (target_info.system = system_arm_ios) then
+              or (target_info.system = system_arm_ios) then
               begin
                 Message(option_illegal_fpu_eabihf);
                 StopOptions(1);