Skip to content

Commit d1ebf66

Browse files
committed
Update Ada sources after gnatformat formatting change
1 parent 5369ad5 commit d1ebf66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lkql_checker/src/gnatcheck-compiler.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ package body Gnatcheck.Compiler is
4040

4141
type Message_Kinds is (Not_A_Message, Warning, Style, Restriction, Error);
4242

43-
function To_Mixed (A : String) return String renames
44-
GNAT.Case_Util.To_Mixed;
43+
function To_Mixed (A : String) return String
44+
renames GNAT.Case_Util.To_Mixed;
4545

4646
procedure Process_Style_Options (Param : String);
4747
-- Stores Param as parameter of the compiler -gnaty... option as is,

0 commit comments

Comments
 (0)