瀏覽代碼

* small indention fix

git-svn-id: trunk@12360 -
florian 16 年之前
父節點
當前提交
a0a1e6aae2
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      compiler/pexpr.pas

+ 4 - 4
compiler/pexpr.pas

@@ -129,10 +129,10 @@ implementation
            end
           else
             begin
-               if cs_ansistrings in current_settings.localswitches then
-                 def:=cansistringtype
-               else
-                 def:=cshortstringtype;
+              if cs_ansistrings in current_settings.localswitches then
+                def:=cansistringtype
+              else
+                def:=cshortstringtype;
             end;
        end;