mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 15:40:22 +02:00
compiler: fix indentation
git-svn-id: trunk@23346 -
This commit is contained in:
parent
d43c38633c
commit
97d7a4ff50
@ -494,12 +494,12 @@ implementation
|
||||
end
|
||||
else
|
||||
if not is_record(current_structdef) then
|
||||
internalerror(200305103);
|
||||
internalerror(200305103);
|
||||
{ if self=nil then exit
|
||||
calling fail instead of exit is useless because
|
||||
there is nothing to dispose (PFV) }
|
||||
if is_class_or_object(current_structdef) then
|
||||
addstatement(newstatement,cifnode.create(
|
||||
addstatement(newstatement,cifnode.create(
|
||||
caddnode.create(equaln,
|
||||
load_self_pointer_node,
|
||||
cnilnode.create),
|
||||
|
Loading…
Reference in New Issue
Block a user