Skip to content

Commit 02bf53e

Browse files
committed
Minor reformatting.
1 parent 368752b commit 02bf53e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/templates_parser.adb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
-- however invalidate any other reasons why the executable file might be --
2727
-- covered by the GNU Public License. --
2828
------------------------------------------------------------------------------
29+
2930
pragma Ada_2012;
3031

3132
with Ada.Calendar;
@@ -38,6 +39,7 @@ with Ada.Strings.Fixed;
3839
with Ada.Strings.Maps.Constants;
3940
with Ada.Text_IO;
4041
with Ada.Unchecked_Deallocation;
42+
4143
with GNAT.Calendar.Time_IO;
4244
with GNAT.Regpat;
4345

@@ -6509,6 +6511,6 @@ package body Templates_Parser is
65096511
-------------
65106512

65116513
function Version return String is separate;
6512-
-- so that it can be generated at build time.
6514+
-- so that it can be generated at build time
65136515

65146516
end Templates_Parser;

0 commit comments

Comments
 (0)