The branch stable/14 has been updated by dim:

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

commit a4d15ef8aa7a904a67d06e0cf36acd9a51b761df
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2026-05-01 18:08:26 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2026-05-08 10:26:59 +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 4e032c8b0a1d..c871d4c12f36 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 59aab4b39c0c..8f743377d170 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