[pypy-commit] stmgc default: Add a space for clarity

arigo noreply at buildbot.pypy.org
Sat Mar 1 11:06:44 CET 2014


Author: Armin Rigo <arigo at 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);
 


More information about the pypy-commit mailing list