mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 05:10:38 +02:00
* small indention fix
git-svn-id: trunk@12360 -
This commit is contained in:
parent
a537134603
commit
a0a1e6aae2
@ -129,10 +129,10 @@ implementation
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
if cs_ansistrings in current_settings.localswitches then
|
if cs_ansistrings in current_settings.localswitches then
|
||||||
def:=cansistringtype
|
def:=cansistringtype
|
||||||
else
|
else
|
||||||
def:=cshortstringtype;
|
def:=cshortstringtype;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user