From: Jim Meyering Date: Mon, 17 Aug 2009 19:14:34 +0000 (+0200) Subject: generator.ml: Use TABs, not spaces for indentation. X-Git-Tag: 1.0.68~30 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=a578bd9c8ebfc311ec7c9c01085a9cf84be4eae2;hp=59b26635a02fdf3cb095f0c9735943de6f7878b8 generator.ml: Use TABs, not spaces for indentation. --- diff --git a/src/generator.ml b/src/generator.ml index ad4c0cb..c357ca4 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";