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:
dd56b3c
)
guestfish: Fix a third indentation problem.
author
Richard Jones
<rjones@redhat.com>
Mon, 2 Nov 2009 16:15:14 +0000
(16:15 +0000)
committer
Richard Jones
<rjones@redhat.com>
Mon, 2 Nov 2009 16:15:36 +0000
(16:15 +0000)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
45a3f0f
..
3249459
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-6281,7
+6281,7
@@
and generate_fish_cmds () =
| name, FString ->
pr " printf (\"%%s%s: %%s\\n\", indent, %s->%s);\n" name typ name
| name, FUUID ->
- pr " printf (\"%
s: \"
);\n" name;
+ pr " printf (\"%
%s%s: \", indent
);\n" name;
pr " for (i = 0; i < 32; ++i)\n";
pr " printf (\"%%c\", %s->%s[i]);\n" typ name;
pr " printf (\"\\n\");\n"