improved readability of output dot file

master
melvin 2012-07-01 19:38:41 +08:00
parent e965996229
commit 3e4947662d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ BEGIN {
printf("\"%s\"", $i);
first = 1;
} else {
printf("-> \"%s\"", $i);
printf(" -> \"%s\"", $i);
}
}
}