git: 9a69511b2167 - stable/13 - Remove extraneous tab characters at EOL in various _stdint.h files

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Fri, 08 May 2026 11:55:26 UTC
The branch stable/13 has been updated by dim:

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

commit 9a69511b2167829f6dcc942371998053bd2f046f
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2026-05-01 18:08:26 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-05-08 10:27:22 +0000

    Remove extraneous tab characters at EOL in various _stdint.h files
    
    MFC after:      3 days
    
    (cherry picked from commit daeab702f9adbbb718ecf48e17de8dd619cfe7b8)
---
 sys/powerpc/include/_stdint.h | 4 ++--
 sys/riscv/include/_stdint.h   | 2 +-
 sys/x86/include/_stdint.h     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys/powerpc/include/_stdint.h b/sys/powerpc/include/_stdint.h
index 67719432259d..7fbb0118643f 100644
--- a/sys/powerpc/include/_stdint.h
+++ b/sys/powerpc/include/_stdint.h
@@ -169,7 +169,7 @@
  */
 #ifdef __LP64__
 /* Limits of ptrdiff_t. */
-#define	PTRDIFF_MIN	INT64_MIN	
+#define	PTRDIFF_MIN	INT64_MIN
 #define	PTRDIFF_MAX	INT64_MAX
 
 /* Limits of sig_atomic_t. */
@@ -180,7 +180,7 @@
 #define	SIZE_MAX	UINT64_MAX
 #else
 /* Limits of ptrdiff_t. */
-#define	PTRDIFF_MIN	INT32_MIN	
+#define	PTRDIFF_MIN	INT32_MIN
 #define	PTRDIFF_MAX	INT32_MAX
 
 /* Limits of sig_atomic_t. */
diff --git a/sys/riscv/include/_stdint.h b/sys/riscv/include/_stdint.h
index 914d1bb41b5b..b2276940e9e4 100644
--- a/sys/riscv/include/_stdint.h
+++ b/sys/riscv/include/_stdint.h
@@ -137,7 +137,7 @@
  * 7.18.3  Limits of other integer types
  */
 /* Limits of ptrdiff_t. */
-#define	PTRDIFF_MIN	INT64_MIN	
+#define	PTRDIFF_MIN	INT64_MIN
 #define	PTRDIFF_MAX	INT64_MAX
 
 /* Limits of sig_atomic_t. */
diff --git a/sys/x86/include/_stdint.h b/sys/x86/include/_stdint.h
index ef9c76ca0b5d..e7fb926e4b1c 100644
--- a/sys/x86/include/_stdint.h
+++ b/sys/x86/include/_stdint.h
@@ -165,7 +165,7 @@
  */
 #ifdef	__LP64__
 /* Limits of ptrdiff_t. */
-#define	PTRDIFF_MIN	INT64_MIN	
+#define	PTRDIFF_MIN	INT64_MIN
 #define	PTRDIFF_MAX	INT64_MAX
 
 /* Limits of sig_atomic_t. */