瀏覽代碼

* 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