From f75d87d33027413fac10adc7a6f5c1a48390efba Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 27 May 2020 17:50:40 +0200 Subject: vhdl-utils: minor style changes. --- src/vhdl/vhdl-utils.ads | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/vhdl') 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. -- cgit v1.2.3