aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlxml.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlxml.adb')
-rw-r--r--src/ghdldrv/ghdlxml.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ghdldrv/ghdlxml.adb b/src/ghdldrv/ghdlxml.adb
index 80fb1d557..15a8a2940 100644
--- a/src/ghdldrv/ghdlxml.adb
+++ b/src/ghdldrv/ghdlxml.adb
@@ -523,9 +523,8 @@ package body Ghdlxml is
is
pragma Unreferenced (Cmd);
begin
- return
- Name = "file-to-xml" or else
- Name = "--file-to-xml";
+ return Name = "file-to-xml"
+ or else Name = "--file-to-xml";
end Decode_Command;
function Get_Short_Help (Cmd : Command_File_To_Xml) return String