Skip to content

Commit 2c71cf7

Browse files
committed
Format GNATcheck sources with stable version of gnatformat
1 parent 0bfbf0c commit 2c71cf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lkql_checker/src/gnatcheck-compiler.adb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,8 +1559,9 @@ package body Gnatcheck.Compiler is
15591559
if Gnatcheck_Prj.Tree.Is_Defined
15601560
and then Gnatcheck_Prj.Tree.Has_Explicit_Target
15611561
then
1562-
return Ada.Strings.Unbounded."=" (Target, "codepeer") or else
1563-
Ada.Strings.Unbounded."=" (Target, "gnatsas");
1562+
return
1563+
Ada.Strings.Unbounded."=" (Target, "codepeer")
1564+
or else Ada.Strings.Unbounded."=" (Target, "gnatsas");
15641565
end if;
15651566

15661567
-- If we could find a regular gnatls, it means there is a native

0 commit comments

Comments
 (0)