IDE: formatting

git-svn-id: trunk@40457 -
This commit is contained in:
juha 2013-03-02 10:01:24 +00:00
parent 0a6d5df61e
commit 0630f54186

View File

@ -631,8 +631,7 @@ begin
if not CodeToolBoss.RemoveDirective(NewCode, NewX, NewY, true) then
begin
Result := False;
Messages.Add(Format(lisCouldNotRemoveIFromMainSource, ['"', Filename,
'"']));
Messages.Add(Format(lisCouldNotRemoveIFromMainSource, ['"', Filename, '"']));
debugln(['TProjectResources.UpdateMainSourceFile removing include directive from main source failed']);
Exit;
end;