Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2026 18:42:23 +0000
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: daeab702f9ad - main - Remove extraneous tab characters at EOL in various _stdint.h files
Message-ID:  <69f4f40f.39ab3.1c00945e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dim:

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

commit daeab702f9adbbb718ecf48e17de8dd619cfe7b8
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2026-05-01 18:08:26 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-05-01 18:13:09 +0000

    Remove extraneous tab characters at EOL in various _stdint.h files
    
    MFC after:      3 days
---
 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. */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f4f40f.39ab3.1c00945e>