codetools: formatting

git-svn-id: trunk@16798 -
This commit is contained in:
vincents 2008-09-29 21:50:53 +00:00
parent 1d446abc80
commit c09aeccc7c

View File

@ -822,7 +822,7 @@ end;
procedure TCodeBuffer.Clear; procedure TCodeBuffer.Clear;
begin begin
fIsDeleted:=false; FIsDeleted:=false;
FLoadDateValid:=false; FLoadDateValid:=false;
inherited Clear; inherited Clear;
end; end;