Skip to content

Commit 8114a3a

Browse files
committed
gnatcov.adb: Fix indendation
Tabs were used instead of spaces, which breaks some style checks
1 parent 6e5904d commit 8114a3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/gnatcov/gnatcov.adb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ begin
3636
if Support_Files.Gnatcov_Prefix = Support_Files.Not_Found then
3737
Warning_Or_Error
3838
("Could not locate the invoked gnatcov command: "
39-
& (if Command_Name /= "" then Command_Name else "<empty string>")
40-
& ". If gnatcov is installed on a case sensitive filesystem or"
41-
& " directory, ensure the casing as the executable filename is"
42-
& " used when invoking the program.");
39+
& (if Command_Name /= "" then Command_Name else "<empty string>")
40+
& ". If gnatcov is installed on a case sensitive filesystem or"
41+
& " directory, ensure the casing as the executable filename is"
42+
& " used when invoking the program.");
4343
Set_Exit_Status (Failure);
4444
raise Xcov_Exit_Exc;
4545
end if;

0 commit comments

Comments
 (0)