Module: Mesa
Branch: main
Commit: 5e0615c51284656333d2a8065ef2c0fe9b896227
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e0615c51284656333d2a8065ef2c0fe9b896227

Author: Timur Kristóf <[email protected]>
Date:   Wed May 25 10:41:15 2022 +0200

ac: Remove trailing white space.

Signed-off-by: Timur Kristóf <[email protected]>
Acked-by: Martin Roukala <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16702>

---

 src/amd/common/ac_spm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/common/ac_spm.c b/src/amd/common/ac_spm.c
index 719f6b37d13..2e285568286 100644
--- a/src/amd/common/ac_spm.c
+++ b/src/amd/common/ac_spm.c
@@ -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;

Reply via email to