git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b2663
)
generator.ml: Use TABs, not spaces for indentation.
author
Jim Meyering
<meyering@redhat.com>
Mon, 17 Aug 2009 19:14:34 +0000
(21:14 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Mon, 17 Aug 2009 19:14:53 +0000
(21:14 +0200)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
ad4c0cb
..
c357ca4
100755
(executable)
--- 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";