Module: Mesa Branch: mesa_7_5_branch Commit: 10430f47a49884ec59eca5942fdaee80119684af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10430f47a49884ec59eca5942fdaee80119684af
Author: José Fonseca <jfons...@vmware.com> Date: Fri Aug 14 18:47:56 2009 +0100 trace: Remove space next to the class attribute of the trace. --- src/gallium/drivers/trace/tr_dump.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/trace/tr_dump.c b/src/gallium/drivers/trace/tr_dump.c index 643587a..7e2ccbc 100644 --- a/src/gallium/drivers/trace/tr_dump.c +++ b/src/gallium/drivers/trace/tr_dump.c @@ -351,7 +351,7 @@ void trace_dump_call_begin_locked(const char *klass, const char *method) trace_dump_indent(1); trace_dump_writes("<call no=\'"); trace_dump_writef("%lu", call_no); - trace_dump_writes("\' class =\'"); + trace_dump_writes("\' class=\'"); trace_dump_escape(klass); trace_dump_writes("\' method=\'"); trace_dump_escape(method); _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit