mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:39:20 +02:00
IDE: formatting
git-svn-id: trunk@40457 -
This commit is contained in:
parent
0a6d5df61e
commit
0630f54186
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user