summaryrefslogtreecommitdiff
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold2015-01-18 12:18:02 +0100
committerTristan Gingold2015-01-18 12:18:02 +0100
commit2f28dbc09fd009e5003f59c9f3aa511a834f1518 (patch)
tree5a3c9ecfb4c58922e1a2f80fc71316bff42017d4 /src/vhdl
parentc6139c6025e41101a87ed0e4ae5ddd40edf15a9e (diff)
downloadghdl-2f28dbc09fd009e5003f59c9f3aa511a834f1518.tar.gz
ghdl-2f28dbc09fd009e5003f59c9f3aa511a834f1518.tar.bz2
ghdl-2f28dbc09fd009e5003f59c9f3aa511a834f1518.zip
Style fixes.
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/simulate/annotations.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/simulate/annotations.adb b/src/vhdl/simulate/annotations.adb
index 93d731b..bdd9ad8 100644
--- a/src/vhdl/simulate/annotations.adb
+++ b/src/vhdl/simulate/annotations.adb
@@ -1008,7 +1008,8 @@ package body Annotations is
(Arch_Info, Get_Concurrent_Statement_Chain (Decl));
end Annotate_Architecture;
- procedure Annotate_Package (Decl: Iir_Package_Declaration) is
+ procedure Annotate_Package (Decl: Iir_Package_Declaration)
+ is
Package_Info: Sim_Info_Acc;
begin
Assert_No_Info (Decl);