diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-17 21:14:34 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-17 21:14:53 +0200 |
commit | a578bd9c8ebfc311ec7c9c01085a9cf84be4eae2 (patch) | |
tree | 1768024e74b9ca6029d6b657dfda5ce8f40e37fb | |
parent | 59b26635a02fdf3cb095f0c9735943de6f7878b8 (diff) | |
download | libguestfs-a578bd9c8ebfc311ec7c9c01085a9cf84be4eae2.tar.gz libguestfs-a578bd9c8ebfc311ec7c9c01085a9cf84be4eae2.tar.xz libguestfs-a578bd9c8ebfc311ec7c9c01085a9cf84be4eae2.zip |
generator.ml: Use TABs, not spaces for indentation.
-rwxr-xr-x | src/generator.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/generator.ml b/src/generator.ml index ad4c0cbf..c357ca41 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -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"; |