summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--back_end.ads1
-rw-r--r--iirs_utils.ads1
-rw-r--r--translate/ghdldrv/ghdlprint.ads2
3 files changed, 0 insertions, 4 deletions
diff --git a/back_end.ads b/back_end.ads
index e3804de..3ee1e68 100644
--- a/back_end.ads
+++ b/back_end.ads
@@ -55,4 +55,3 @@ package Back_End is
type Sem_Foreign_Acc is access procedure (Decl : Iir);
Sem_Foreign : Sem_Foreign_Acc := null;
end Back_End;
-
diff --git a/iirs_utils.ads b/iirs_utils.ads
index abbed3a..8061cba 100644
--- a/iirs_utils.ads
+++ b/iirs_utils.ads
@@ -156,4 +156,3 @@ package Iirs_Utils is
-- IIR wrapper around Get_HDL_Node.
function Get_HDL_Node (N : PSL_Node) return Iir;
end Iirs_Utils;
-
diff --git a/translate/ghdldrv/ghdlprint.ads b/translate/ghdldrv/ghdlprint.ads
index e52bc00..82c3e60 100644
--- a/translate/ghdldrv/ghdlprint.ads
+++ b/translate/ghdldrv/ghdlprint.ads
@@ -18,5 +18,3 @@
package Ghdlprint is
procedure Register_Commands;
end Ghdlprint;
-
-