aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-08-16 05:55:36 +0200
committerTristan Gingold <tgingold@free.fr>2022-08-16 05:55:36 +0200
commit62b884aa5ad761d708ef01920d70f71aeeb0ee85 (patch)
treed77005f199686faf9d1918b832e919d9957465e0
parent6338ac15a3bc87aaf4906dc57a698496269dc4d6 (diff)
downloadghdl-62b884aa5ad761d708ef01920d70f71aeeb0ee85.tar.gz
ghdl-62b884aa5ad761d708ef01920d70f71aeeb0ee85.tar.bz2
ghdl-62b884aa5ad761d708ef01920d70f71aeeb0ee85.zip
psl-rewrites: minor style change
-rw-r--r--src/psl/psl-rewrites.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/psl/psl-rewrites.adb b/src/psl/psl-rewrites.adb
index 885d478b6..7130507a2 100644
--- a/src/psl/psl-rewrites.adb
+++ b/src/psl/psl-rewrites.adb
@@ -266,8 +266,7 @@ package body PSL.Rewrites is
when N_Property_Parameter =>
Set_Actual (Assoc, Rewrite_Property (Get_Actual (Assoc)));
when others =>
- Error_Kind ("rewrite_instance",
- Get_Formal (Assoc));
+ Error_Kind ("rewrite_instance", Get_Formal (Assoc));
end case;
Assoc := Get_Chain (Assoc);
end loop;