Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 9 Apr 2009 09:35:59 +0000 (11:35 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 9 Apr 2009 09:35:59 +0000 (11:35 +0200)
From-SVN: r145812

gcc/ada/g-comlin.adb

index ba8ed16..fe550a7 100644 (file)
@@ -265,7 +265,8 @@ package body GNAT.Command_Line is
             end if;
          end if;
 
-         --  Check the relative path against the pattern.
+         --  Check the relative path against the pattern
+
          --  Note that we try to match also against directory names, since
          --  clients of this function may expect to retrieve directories.
 
@@ -273,6 +274,7 @@ package body GNAT.Command_Line is
             Name : String :=
                      It.Dir_Name (It.Start .. It.Levels (Current).Name_Last)
                        & S (1 .. Last);
+
          begin
             Canonical_Case_File_Name (Name);