소스 검색

* small indention fix

git-svn-id: trunk@12360 -
florian 17 년 전
부모
커밋
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;