* small indention fix

git-svn-id: trunk@12360 -
This commit is contained in:
florian 2008-12-12 21:47:44 +00:00
parent a537134603
commit a0a1e6aae2

View File

@ -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;