Skip to content

Commit d2a6d4a

Browse files
committed
slocs.adb: reformat
(no-tn-check) Change-Id: I0ba0ad1168c501599814d7c2950d6fd1d6912a19
1 parent f61df46 commit d2a6d4a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tools/gnatcov/slocs.adb

+3-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ package body Slocs is
138138
-- Image --
139139
-----------
140140

141-
function Image (Sloc : Source_Location;
142-
Unique_Name : Boolean := False) return String is
141+
function Image
142+
(Sloc : Source_Location;
143+
Unique_Name : Boolean := False) return String is
143144
begin
144145
return Abridged_Image
145146
(Sloc => Sloc,

tools/gnatcov/slocs.ads

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ package Slocs is
6767
-- Note: No_Location must sort higher than any non-null location
6868

6969
function Image
70-
(Sloc : Source_Location;
70+
(Sloc : Source_Location;
7171
Unique_Name : Boolean := False) return String;
7272

7373
type Source_Location_Range is record

0 commit comments

Comments
 (0)