소스 검색

* Fix indentation

Michael VAN CANNEYT 2 년 전
부모
커밋
558fc236eb
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      compiler/pexpr.pas

+ 3 - 3
compiler/pexpr.pas

@@ -141,9 +141,9 @@ implementation
            end
           else
             begin
-             // string[x] is allowed in system unit since it is a shortstring.
-             if cs_compilesystem in current_settings.moduleswitches then
-               Message(parser_e_nostringaliasinsystem);
+              // string[x] is allowed in system unit since it is a shortstring.
+              if cs_compilesystem in current_settings.moduleswitches then
+                Message(parser_e_nostringaliasinsystem);
               if cs_refcountedstrings in current_settings.localswitches then
                 begin
                   if m_default_unicodestring in current_settings.modeswitches then