Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r907:2b57b68330a1
Date: 2014-03-01 11:06 +0100
http://bitbucket.org/pypy/stmgc/changeset/2b57b68330a1/

Log:    Add a space for clarity

diff --git a/c7/stm/fprintcolor.c b/c7/stm/fprintcolor.c
--- a/c7/stm/fprintcolor.c
+++ b/c7/stm/fprintcolor.c
@@ -13,7 +13,7 @@
     char buffer[2048];
     va_list ap;
     int result;
-    int size = (int)sprintf(buffer, "\033[%dm[%lx]", dprintfcolor(),
+    int size = (int)sprintf(buffer, "\033[%dm[%lx] ", dprintfcolor(),
                             (long)pthread_self());
     assert(size >= 0);
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to