Skip to content

Commit 8181608

Browse files
committed
STYLE: clarify parameters rule.
1 parent b31fca9 commit 8181608

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

STYLE

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ vs
5353
function Translate_Static_Range_Dir (Expr : Iir) return O_Cnode is
5454
begin
5555

56+
If the parametere line is too long with the 'is', put in on a separate line:
57+
procedure Predeclare_Scope_Type
58+
(Scope : in out Var_Scope_Type; Name : O_Ident) is
59+
5660
* Generic instantiation: put the generic actual part on a new line:
5761
procedure Free is new Ada.Unchecked_Deallocation
5862
(Action_List, Action_List_Acc);

0 commit comments

Comments
 (0)