generator.ml: Use TABs, not spaces for indentation.

This commit is contained in:
Jim Meyering
2009-08-17 21:14:34 +02:00
parent 59b26635a0
commit a578bd9c8e

View File

@@ -8589,9 +8589,9 @@ Java_com_redhat_et_libguestfs_GuestFS__1close
| 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";