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:
4293b71
)
guestfish: Another indentation fix.
author
Richard Jones
<rjones@redhat.com>
Mon, 2 Nov 2009 16:06:23 +0000
(16:06 +0000)
committer
Richard Jones
<rjones@redhat.com>
Mon, 2 Nov 2009 16:06:46 +0000
(16:06 +0000)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
b17ee65
..
45a3f0f
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-6283,7
+6283,7
@@
and generate_fish_cmds () =
| name, FUUID ->
pr " printf (\"%s: \");\n" name;
pr " for (i = 0; i < 32; ++i)\n";
- pr " printf (\"%%
s%%c\", indent
, %s->%s[i]);\n" typ name;
+ pr " printf (\"%%
c\"
, %s->%s[i]);\n" typ name;
pr " printf (\"\\n\");\n"
| name, FBuffer ->
pr " printf (\"%%s%s: \", indent);\n" name;