ac: Remove trailing white space.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Acked-by: Martin Roukala <martin.roukala@mupuf.org>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16702>
This commit is contained in:
Timur Kristóf 2022-05-25 10:41:15 +02:00 committed by Marge Bot
parent 7e2874dc93
commit 5e0615c512
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ bool ac_init_spm(const struct radeon_info *info,
} else {
counter->offset = segment_offset + odd_line_idx *
AC_SPM_NUM_COUNTER_PER_MUXSEL + odd_counter_idx;
spm_trace->muxsel_lines[s][odd_line_idx].muxsel[odd_counter_idx] = spm_trace->counters[i].muxsel;
if (++odd_counter_idx == AC_SPM_NUM_COUNTER_PER_MUXSEL) {
odd_counter_idx = 0;