aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-27 17:50:40 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-28 17:47:48 +0200
commitf75d87d33027413fac10adc7a6f5c1a48390efba (patch)
tree71de19f48964e6e6490c4922f6eeecd65f06224e /src
parent691d4875f0710e0603a7ae563600f9a6c041c6d6 (diff)
downloadghdl-f75d87d33027413fac10adc7a6f5c1a48390efba.tar.gz
ghdl-f75d87d33027413fac10adc7a6f5c1a48390efba.tar.bz2
ghdl-f75d87d33027413fac10adc7a6f5c1a48390efba.zip
vhdl-utils: minor style changes.
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/vhdl-utils.ads6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vhdl/vhdl-utils.ads b/src/vhdl/vhdl-utils.ads
index 0f99595ab..d410a26f9 100644
--- a/src/vhdl/vhdl-utils.ads
+++ b/src/vhdl/vhdl-utils.ads
@@ -300,14 +300,12 @@ package Vhdl.Utils is
-- Return True is component instantiation statement INST instantiate a
-- component.
function Is_Component_Instantiation
- (Inst : Iir_Component_Instantiation_Statement)
- return Boolean;
+ (Inst : Iir_Component_Instantiation_Statement) return Boolean;
-- Return True is component instantiation statement INST instantiate a
-- design entity.
function Is_Entity_Instantiation
- (Inst : Iir_Component_Instantiation_Statement)
- return Boolean;
+ (Inst : Iir_Component_Instantiation_Statement) return Boolean;
-- Get the expression of the attribute specification corresponding to the
-- attribute name NAME. Meaningful only for static values.