aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-09-18 11:31:54 +0200
committerTristan Gingold <tgingold@free.fr>2021-09-18 11:31:54 +0200
commitfe9d66eb5c5dd26aecb999eaaacf2eafd744b364 (patch)
tree96dba8bcde5f24faa4d94efe01d1646a21e8499e /src
parent823e7d183f34fa0b426eac799689620d1b7f80ef (diff)
downloadghdl-fe9d66eb5c5dd26aecb999eaaacf2eafd744b364.tar.gz
ghdl-fe9d66eb5c5dd26aecb999eaaacf2eafd744b364.tar.bz2
ghdl-fe9d66eb5c5dd26aecb999eaaacf2eafd744b364.zip
vhdl-parse.adb: minor reformatting
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/vhdl-parse.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb
index 9fac0b71f..0dbb227e9 100644
--- a/src/vhdl/vhdl-parse.adb
+++ b/src/vhdl/vhdl-parse.adb
@@ -6232,7 +6232,8 @@ package body Vhdl.Parse is
| Tok_Double_Less =>
Res := Parse_Name (Allow_Indexes => True);
if Res /= Null_Iir
- and then Get_Kind (Res) = Iir_Kind_Signature then
+ and then Get_Kind (Res) = Iir_Kind_Signature
+ then
Error_Msg_Parse (+Res, "signature not allowed in expression");
return Get_Signature_Prefix (Res);
else