diff options
author | gingold | 2012-12-11 02:30:54 +0000 |
---|---|---|
committer | gingold | 2012-12-11 02:30:54 +0000 |
commit | 977737c9166d3c69894f30af940029a8364c74fc (patch) | |
tree | b82433114b5a0014cc81f858d06fcd1c5e23ef98 | |
parent | 1c96cc3b3708a3602ae9b99fcd8f462ef985d1bb (diff) | |
download | ghdl-977737c9166d3c69894f30af940029a8364c74fc.tar.gz ghdl-977737c9166d3c69894f30af940029a8364c74fc.tar.bz2 ghdl-977737c9166d3c69894f30af940029a8364c74fc.zip |
Remove empty last lines
-rw-r--r-- | back_end.ads | 1 | ||||
-rw-r--r-- | iirs_utils.ads | 1 | ||||
-rw-r--r-- | translate/ghdldrv/ghdlprint.ads | 2 |
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; - - |