aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;