mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 20:00:37 +02:00
trace: Remove space next to the class attribute of the trace.
This commit is contained in:
parent
cdf56eb68d
commit
10430f47a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue