[Sheepdog] [PATCH] collie: fix wrong escape
MORITA Kazutaka
morita.kazutaka at lab.ntt.co.jp
Sun Jan 2 13:27:01 CET 2011
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
collie/collie.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/collie/collie.c b/collie/collie.c
index 243ee30..6db5a08 100644
--- a/collie/collie.c
+++ b/collie/collie.c
@@ -650,7 +650,7 @@ static int vdi_tree(int argc, char **argv)
static int vdi_graph(int argc, char **argv)
{
/* print a header */
- printf("digraph G \{\n");
+ printf("digraph G {\n");
printf(" node [shape = \"box\", fontname = \"Courier\"];\n\n");
printf(" \"0\" [shape = \"ellipse\", label = \"root\"];\n\n");
--
1.5.6.5
More information about the sheepdog
mailing list