Skip to content

Commit

Permalink
gnatcoll-config.adb: minor coding style fix
Browse files Browse the repository at this point in the history
Even though this code has not changed for years, recent GNAT versions
detect a casing anomaly there. Correct it to fix debug builds.

no-tn-check

Change-Id: Iaaf767bf82d493d034a6e1016a703299f92368a1
  • Loading branch information
pmderodat committed Apr 12, 2022
1 parent 95efacf commit 34554f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gnatcoll-config.adb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
------------------------------------------------------------------------------
-- G N A T C O L L --
-- --
-- Copyright (C) 2010-2018, AdaCore --
-- Copyright (C) 2010-2022, AdaCore --
-- --
-- This library is free software; you can redistribute it and/or modify it --
-- under terms of the GNU General Public License as published by the Free --
Expand Down Expand Up @@ -35,7 +35,7 @@ package body GNATCOLL.Config is
use String_Maps;

No_Value : constant Config_Value :=
(Len => 0, System_Id => Null_XString, Value => (others => ' '));
(Len => 0, System_ID => Null_XString, Value => (others => ' '));

Whitespaces : constant Character_Set := To_Set
(" " & ASCII.CR & ASCII.HT & ASCII.LF & ASCII.VT & ASCII.FF);
Expand Down

0 comments on commit 34554f2

Please sign in to comment.