mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
Minor reformatting.
From-SVN: r132709
This commit is contained in:
parent
acf6b7ab30
commit
47d4302293
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user