From f32d6d8f97f9a96945ba819fc7936b19dea7563e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 19 Nov 2014 09:24:12 +0100 Subject: Add comments. --- STYLE | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'STYLE') diff --git a/STYLE b/STYLE index 5ecf98509..170703956 100644 --- a/STYLE +++ b/STYLE @@ -53,6 +53,10 @@ vs function Translate_Static_Range_Dir (Expr : Iir) return O_Cnode is begin +* Generic instantiation: put the generic actual part on a new line: + procedure Free is new Ada.Unchecked_Deallocation + (Action_List, Action_List_Acc); + * For if/then statement: 1) 'then' on the same line: if Get_Expr_Staticness (Decl) = Locally then -- cgit v1.2.3