git: d23a3b412955 - stable/13 - mp_x86: Trim trailing whitespaces.

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Mon, 06 Feb 2023 19:07:51 UTC
The branch stable/13 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=d23a3b412955ec9c4505936ea0d98354802a35ce

commit d23a3b412955ec9c4505936ea0d98354802a35ce
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-01-29 13:18:39 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-02-06 19:06:31 +0000

    mp_x86: Trim trailing whitespaces.
    
    MFC after:              1 week
    
    (cherry picked from commit 290afc5d55fa370338cb837c7aaabf40670628a8)
---
 sys/x86/x86/mp_x86.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/x86/x86/mp_x86.c b/sys/x86/x86/mp_x86.c
index 5ced8eb50479..f5e08e5aaf1f 100644
--- a/sys/x86/x86/mp_x86.c
+++ b/sys/x86/x86/mp_x86.c
@@ -1717,7 +1717,7 @@ mp_ipi_intrcnt(void *dummy)
 		intrcnt_add(buf, &ipi_rendezvous_counts[i]);
 		snprintf(buf, sizeof(buf), "cpu%d:hardclock", i);
 		intrcnt_add(buf, &ipi_hardclock_counts[i]);
-	}		
+	}
 }
 SYSINIT(mp_ipi_intrcnt, SI_SUB_INTR, SI_ORDER_MIDDLE, mp_ipi_intrcnt, NULL);
 #endif