aboutsummaryrefslogtreecommitdiffstats
path: root/STYLE
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-12-05 06:12:30 +0100
committerTristan Gingold <tgingold@free.fr>2014-12-05 06:12:30 +0100
commit4a615ab10f0f85b42613c7a4cf168ee4755ca7eb (patch)
tree782295ed58f89ca8d1769ba2100df79487f8a179 /STYLE
parent23d12bfb244b6271b78f21ff938c8406aec0c0d8 (diff)
downloadghdl-4a615ab10f0f85b42613c7a4cf168ee4755ca7eb.tar.gz
ghdl-4a615ab10f0f85b42613c7a4cf168ee4755ca7eb.tar.bz2
ghdl-4a615ab10f0f85b42613c7a4cf168ee4755ca7eb.zip
STYLE: clarify parameters rule.
Diffstat (limited to 'STYLE')
-rw-r--r--STYLE4
1 files changed, 4 insertions, 0 deletions
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);