We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61df46 commit d2a6d4aCopy full SHA for d2a6d4a
tools/gnatcov/slocs.adb
@@ -138,8 +138,9 @@ package body Slocs is
138
-- Image --
139
-----------
140
141
- function Image (Sloc : Source_Location;
142
- Unique_Name : Boolean := False) return String is
+ function Image
+ (Sloc : Source_Location;
143
+ Unique_Name : Boolean := False) return String is
144
begin
145
return Abridged_Image
146
(Sloc => Sloc,
tools/gnatcov/slocs.ads
@@ -67,7 +67,7 @@ package Slocs is
67
-- Note: No_Location must sort higher than any non-null location
68
69
function Image
70
- (Sloc : Source_Location;
71
Unique_Name : Boolean := False) return String;
72
73
type Source_Location_Range is record
0 commit comments