mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 16:51:01 +08:00
s-os_lib.adb: Minor reformatting
2008-08-01 Robert Dewar <dewar@adacore.com> * s-os_lib.adb: Minor reformatting From-SVN: r138497
This commit is contained in:
parent
692a07bf57
commit
f7fd2ec357
@ -1926,8 +1926,10 @@ package body System.OS_Lib is
|
||||
|
||||
if On_Windows then
|
||||
declare
|
||||
Index : Natural := Path_Buffer'First;
|
||||
Index : Natural;
|
||||
|
||||
begin
|
||||
Index := Path_Buffer'First;
|
||||
for Current in Path_Buffer'First .. End_Path loop
|
||||
if Path_Buffer (Current) /= '"' then
|
||||
Path_Buffer (Index) := Path_Buffer (Current);
|
||||
|
Loading…
x
Reference in New Issue
Block a user