Commit f7fd2ec3 by Robert Dewar Committed by Arnaud Charlet

s-os_lib.adb: Minor reformatting

2008-08-01  Robert Dewar  <dewar@adacore.com>

	* s-os_lib.adb: Minor reformatting

From-SVN: r138497
parent 692a07bf
...@@ -1926,8 +1926,10 @@ package body System.OS_Lib is ...@@ -1926,8 +1926,10 @@ package body System.OS_Lib is
if On_Windows then if On_Windows then
declare declare
Index : Natural := Path_Buffer'First; Index : Natural;
begin begin
Index := Path_Buffer'First;
for Current in Path_Buffer'First .. End_Path loop for Current in Path_Buffer'First .. End_Path loop
if Path_Buffer (Current) /= '"' then if Path_Buffer (Current) /= '"' then
Path_Buffer (Index) := Path_Buffer (Current); Path_Buffer (Index) := Path_Buffer (Current);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment