aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsynth.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-09-20 09:04:40 +0200
committerTristan Gingold <tgingold@free.fr>2020-09-20 09:04:40 +0200
commita039d22a3cfeebb5bcda0be4244a1d0d507d30e2 (patch)
tree42754a1816a2f6b9703bb7b9f50ce77fd0a9cc90 /src/ghdldrv/ghdlsynth.adb
parent84649d6666d13452025ee693d16e752a63846fc1 (diff)
downloadghdl-a039d22a3cfeebb5bcda0be4244a1d0d507d30e2.tar.gz
ghdl-a039d22a3cfeebb5bcda0be4244a1d0d507d30e2.tar.bz2
ghdl-a039d22a3cfeebb5bcda0be4244a1d0d507d30e2.zip
ghdldrv: adjust style and some error messages.
Diffstat (limited to 'src/ghdldrv/ghdlsynth.adb')
-rw-r--r--src/ghdldrv/ghdlsynth.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb
index 8474dd77c..09c9f1494 100644
--- a/src/ghdldrv/ghdlsynth.adb
+++ b/src/ghdldrv/ghdlsynth.adb
@@ -95,9 +95,8 @@ package body Ghdlsynth is
is
pragma Unreferenced (Cmd);
begin
- return
- Name = "synth" or else
- Name = "--synth";
+ return Name = "synth"
+ or else Name = "--synth";
end Decode_Command;
function Get_Short_Help (Cmd : Command_Synth) return String