Commit 7cc9a6a9 by Arnaud Charlet

Minor reformatting.

From-SVN: r235724
parent c4405dfe
......@@ -623,8 +623,9 @@ package body Ada.Directories is
Get_Next_Entry (Search, Dir_Ent);
declare
Fname : constant String := Full_Name (Dir_Ent);
Sname : constant String := Simple_Name (Dir_Ent);
Fname : constant String := Full_Name (Dir_Ent);
begin
if OS_Lib.Is_Directory (Fname) then
if Sname /= "." and then Sname /= ".." then
......
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