OSDN Git Service

Minor reformatting.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Feb 2008 13:07:30 +0000 (13:07 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Feb 2008 13:07:30 +0000 (13:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132709 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/s-fileio.adb

index 4a8393c..7a490cd 100644 (file)
@@ -1080,9 +1080,9 @@ package body System.File_IO is
 
       if Mode /= File.Mode
         and then (File.Shared_Status = Yes
-                    or else File.Name'Length <= 1
-                    or else File.Is_System_File
-                    or else not File.Is_Regular_File)
+                   or else File.Name'Length <= 1
+                   or else File.Is_System_File
+                   or else not File.Is_Regular_File)
       then
          raise Use_Error;