Skip to content

Commit c6e0830

Browse files
committed
Minor output reformatting.
Better alignment of safe-pointer output with other information. Motivated by S415-009.
1 parent 1480091 commit c6e0830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ada2wsdl-generator.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- Ada Web Server --
33
-- --
4-
-- Copyright (C) 2003-2018, AdaCore --
4+
-- Copyright (C) 2003-2020, AdaCore --
55
-- --
66
-- This is free software; you can redistribute it and/or modify it --
77
-- under terms of the GNU General Public License as published by the --
@@ -311,7 +311,7 @@ package body Ada2WSDL.Generator is
311311

312312
if not Options.Quiet then
313313
Text_IO.Put_Line
314-
(" - safe pointer " & Name
314+
(" - safe pointer " & Name
315315
& " (" & Type_Name & ", " & Access_Name & ")");
316316
end if;
317317
end Register_Safe_Pointer;

0 commit comments

Comments
 (0)