generator.ml: Use TABs, not spaces for indentation.
authorJim Meyering <meyering@redhat.com>
Mon, 17 Aug 2009 19:14:34 +0000 (21:14 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 17 Aug 2009 19:14:53 +0000 (21:14 +0200)
src/generator.ml

index ad4c0cb..c357ca4 100755 (executable)
@@ -8589,9 +8589,9 @@ Java_com_redhat_et_libguestfs_GuestFS__1close
          | RConstOptString _
          | RString _ | RBufferOut _ | RStruct _ | RHashtable _ -> false) ||
           List.exists (function
          | RConstOptString _
          | RString _ | RBufferOut _ | RStruct _ | RHashtable _ -> false) ||
           List.exists (function
-                      | StringList _ -> true
-                      | DeviceList _ -> true
-                      | _ -> false) (snd style) in
+                       | StringList _ -> true
+                       | DeviceList _ -> true
+                       | _ -> false) (snd style) in
       if needs_i then
         pr "  int i;\n";
 
       if needs_i then
         pr "  int i;\n";