opt.ads, [...]: Minor reformatting
[gcc.git] / gcc / ada / prj-proc.adb
index b0c84d56b32ae165627a60119a748f45946cf52a..79a34c6ca6f446212005dfa6dec0669035121f93 100644 (file)
@@ -453,13 +453,14 @@ package body Prj.Proc is
       Index : Name_Id) return Name_Id
    is
       Lower : Boolean;
+
    begin
       Get_Name_String (Index);
       Lower := Case_Insensitive (Attr, Tree);
 
       --  The index is always case insensitive if it does not include any dot.
       --  ??? Why not use the properties from prj-attr, simply, maybe because
-      --  we don't know whether we have a file as an index ?
+      --  we don't know whether we have a file as an index?
 
       if not Lower then
          Lower := True;