mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
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:
parent
fd0941c573
commit
6249ae79d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue