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 begin
if Modified=AValue then exit; if Modified=AValue then exit;
fModified:=AValue; fModified:=AValue;
if not fModified then begin if (not fModified) and Assigned(Source) then
if Source<>nil then fSourceChangeStep:=Source.ChangeStep;
fSourceChangeStep:=Source.ChangeStep;
end;
end; end;
procedure TUnitInfo.SetProject(const AValue: TProject); procedure TUnitInfo.SetProject(const AValue: TProject);