* src/vm/jit/show.c (show_basicblock): Removed extra newline.
authoredwin <none@none>
Sun, 8 Oct 2006 10:51:32 +0000 (10:51 +0000)
committeredwin <none@none>
Sun, 8 Oct 2006 10:51:32 +0000 (10:51 +0000)
src/vm/jit/show.c

index 84b57c2aa04087cea169caa8d7ef181658851f29..c69b81b05f3ab15c0fb0f6348fed04fe99d13201 100644 (file)
@@ -451,7 +451,7 @@ void show_basicblock(jitdata *jd, basicblock *bptr, int stage)
                        printf("]");
                }
 
-               printf("):\n");
+               printf("):");
 
                if (bptr->original)
                        printf(" (clone of L%03d)", bptr->original->nr);