From 4a615ab10f0f85b42613c7a4cf168ee4755ca7eb Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 5 Dec 2014 06:12:30 +0100 Subject: STYLE: clarify parameters rule. --- STYLE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/STYLE b/STYLE index 170703956..3573e7b20 100644 --- a/STYLE +++ b/STYLE @@ -53,6 +53,10 @@ vs function Translate_Static_Range_Dir (Expr : Iir) return O_Cnode is begin +If the parametere line is too long with the 'is', put in on a separate line: + procedure Predeclare_Scope_Type + (Scope : in out Var_Scope_Type; Name : O_Ident) is + * Generic instantiation: put the generic actual part on a new line: procedure Free is new Ada.Unchecked_Deallocation (Action_List, Action_List_Acc); -- cgit v1.2.3