Explorar o código

* small indention fix

git-svn-id: trunk@12360 -
florian %!s(int64=17) %!d(string=hai) anos
pai
achega
a0a1e6aae2
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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;