aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-11-08 19:07:50 +0100
committerTristan Gingold <tgingold@free.fr>2022-11-08 19:08:31 +0100
commit7fd8e9e2f8ea2e265bf0691fab8e8f35af0e8838 (patch)
treeb66a258993d03da62dd1778244be7ea11f8edcb4
parent74bfad1028994077f4630d50c4894d9d2ddc21fb (diff)
downloadghdl-7fd8e9e2f8ea2e265bf0691fab8e8f35af0e8838.tar.gz
ghdl-7fd8e9e2f8ea2e265bf0691fab8e8f35af0e8838.tar.bz2
ghdl-7fd8e9e2f8ea2e265bf0691fab8e8f35af0e8838.zip
Remove trailing spaces
-rw-r--r--src/errorout.ads2
-rw-r--r--src/synth/synth-errors.adb2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/errorout.ads b/src/errorout.ads
index d0cd5b9e1..3f554380e 100644
--- a/src/errorout.ads
+++ b/src/errorout.ads
@@ -131,7 +131,7 @@ package Errorout is
-- Lexical conformance
Warnid_Conformance,
-
+
-- Attributes in the netlist is not kept during synthesis
Warnid_Unkept_Attribute,
Warnid_Unhandled_Attribute,
diff --git a/src/synth/synth-errors.adb b/src/synth/synth-errors.adb
index dfccaf158..edbe8c1bc 100644
--- a/src/synth/synth-errors.adb
+++ b/src/synth/synth-errors.adb
@@ -61,7 +61,7 @@ package body Synth.Errors is
begin
Report_Msg (Warnid, Errorout.Elaboration, +Loc, Msg, (1 => Arg1));
end Warning_Msg_Synth;
-
+
procedure Warning_Msg_Synth (Warnid : Msgid_Warnings;
Loc : Location_Type;
Msg : String;