mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 05:30:59 +02:00
Jedi Code Format: No blank lines in function/procedure declarations. Issue #40006, patch by Domingo Galmés.
This commit is contained in:
parent
eec91b3a05
commit
28443d4c13
@ -230,7 +230,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
if lcSetReturns.RemoveProcedureDefReturns and pt.HasParentNode(nFormalParams) then
|
||||
if lcSetReturns.RemoveProcedureDefReturns and pt.HasParentNode([nFormalParams,nFunctionReturnType,nProcedureDirectives]) then
|
||||
begin
|
||||
Result := True;
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user