diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-11-08 19:07:50 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-11-08 19:08:31 +0100 |
commit | 7fd8e9e2f8ea2e265bf0691fab8e8f35af0e8838 (patch) | |
tree | b66a258993d03da62dd1778244be7ea11f8edcb4 /src | |
parent | 74bfad1028994077f4630d50c4894d9d2ddc21fb (diff) | |
download | ghdl-7fd8e9e2f8ea2e265bf0691fab8e8f35af0e8838.tar.gz ghdl-7fd8e9e2f8ea2e265bf0691fab8e8f35af0e8838.tar.bz2 ghdl-7fd8e9e2f8ea2e265bf0691fab8e8f35af0e8838.zip |
Remove trailing spaces
Diffstat (limited to 'src')
-rw-r--r-- | src/errorout.ads | 2 | ||||
-rw-r--r-- | src/synth/synth-errors.adb | 2 |
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; |