Skip to content

Commit 549a244

Browse files
committed
Merge branch 'topic/gnatformat' into 'master'
Update Ada sources after gnatformat formatting change See merge request eng/libadalang/langkit-query-language!453
2 parents 5369ad5 + d1ebf66 commit 549a244

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)