Convert all TABs-as-indentation to spaces.
[libguestfs.git] / ocaml / t / guestfs_060_readdir.ml
index f333810..e9368a8 100644 (file)
@@ -44,10 +44,10 @@ let () =
   ) dirs in
 
   if dirs <> [ ".", 'd';
-              "..", 'd';
-              "lost+found", 'd';
-              "p", 'd';
-              "q", 'r' ] then
+               "..", 'd';
+               "lost+found", 'd';
+               "p", 'd';
+               "q", 'r' ] then
     failwith "Guestfs.readdir returned incorrect result";
 
   Guestfs.close g;