formatting

git-svn-id: trunk@16672 -
This commit is contained in:
paul 2010-12-31 05:46:44 +00:00
parent e8502b8ec2
commit fc33a2542b

View File

@ -175,8 +175,8 @@ interface
tabstractrecorddef= class(tstoreddef)
objname,
objrealname: PShortString;
symtable : TSymtable;
objrealname : PShortString;
symtable : TSymtable;
cloneddef : tabstractrecorddef;
cloneddefderef : tderef;
objectoptions : tobjectoptions;
@ -2638,10 +2638,10 @@ implementation
function tabstractrecorddef.GetSymtable(t:tGetSymtable):TSymtable;
begin
if t=gs_record then
GetSymtable:=symtable
if t=gs_record then
GetSymtable:=symtable
else
GetSymtable:=nil;
GetSymtable:=nil;
end;