IDE: formatting

git-svn-id: trunk@38917 -
This commit is contained in:
juha 2012-09-30 08:39:53 +00:00
parent e7c4459955
commit d121635fa3

View File

@ -2496,10 +2496,8 @@ procedure TUnitInfo.SetModified(const AValue: boolean);
begin
if Modified=AValue then exit;
fModified:=AValue;
if not fModified then begin
if Source<>nil then
fSourceChangeStep:=Source.ChangeStep;
end;
if (not fModified) and Assigned(Source) then
fSourceChangeStep:=Source.ChangeStep;
end;
procedure TUnitInfo.SetProject(const AValue: TProject);