The branch stable/15 has been updated by dim:

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

commit 4699fffc6a62d706c82094615409d1db136542df
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2026-05-01 18:08:26 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2026-05-08 10:27:14 +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 385c33389809..6eb988f86ed7 100644
--- a/sys/powerpc/include/_stdint.h
+++ b/sys/powerpc/include/_stdint.h
@@ -173,14 +173,14 @@
 
 #ifdef __LP64__
 /* Limits of ptrdiff_t. */
-#define        PTRDIFF_MIN     INT64_MIN       
+#define        PTRDIFF_MIN     INT64_MIN
 #define        PTRDIFF_MAX     INT64_MAX
 
 /* Limit of size_t. */
 #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
 
 /* Limit of size_t. */
diff --git a/sys/riscv/include/_stdint.h b/sys/riscv/include/_stdint.h
index 9df000b0eac4..48080ecfe2cf 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 1b8523bf656b..2dea911b5c88 100644
--- a/sys/x86/include/_stdint.h
+++ b/sys/x86/include/_stdint.h
@@ -163,7 +163,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. */

Reply via email to