panfrost: decode: Make the indentation consistent with auto-generated print helpers
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6797>
This commit is contained in:

committed by
Alyssa Rosenzweig

parent
fd0941c573
commit
6249ae79d3
@@ -102,7 +102,7 @@ static void
|
||||
pandecode_make_indent(void)
|
||||
{
|
||||
for (unsigned i = 0; i < pandecode_indent; ++i)
|
||||
fprintf(pandecode_dump_stream, " ");
|
||||
fprintf(pandecode_dump_stream, " ");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user