r300: missing whitespace in shader stats

Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29734>
This commit is contained in:
Pavel Ondračka 2024-05-07 08:44:52 +02:00 committed by Marge Bot
parent 4bf330471b
commit 5f68ba505b

View file

@ -454,7 +454,7 @@ static void print_stats(struct radeon_compiler * c)
* have the same set.
*/
util_debug_message(c->debug, SHADER_INFO,
"%s shader: %u inst, %u vinst, %u sinst, %u predicate, %u flowcontrol,"
"%s shader: %u inst, %u vinst, %u sinst, %u predicate, %u flowcontrol, "
"%u loops, %u tex, %u presub, %u omod, %u temps, %u consts, %u lits, %u cycles",
c->type == RC_VERTEX_PROGRAM ? "VS" : "FS",
s.num_insts, s.num_rgb_insts, s.num_alpha_insts, s.num_pred_insts,