Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 12:05:07 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d7302cabc0b9 - main - lib/libc/amd64/string/strchrnul.S: fix wrong indentation
Message-ID:  <202308071205.377C578e093716@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

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

commit d7302cabc0b9de44e2c7a65003b0c6b60c3e09e0
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-08-07 12:03:28 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-08-07 12:03:28 +0000

    lib/libc/amd64/string/strchrnul.S: fix wrong indentation
    
    Uses spaces instead of tabs for this line by accident.
    
    Reported by:    jrtc27, kib
    Approved by:    kib
---
 lib/libc/amd64/string/strchrnul.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/amd64/string/strchrnul.S b/lib/libc/amd64/string/strchrnul.S
index 6d22f31850f8..9aa9591b07ca 100644
--- a/lib/libc/amd64/string/strchrnul.S
+++ b/lib/libc/amd64/string/strchrnul.S
@@ -36,7 +36,7 @@
 	.set	strchrnul, __strchrnul
 
 ARCHFUNCS(__strchrnul)
-        ARCHFUNC(__strchrnul, scalar)
+	ARCHFUNC(__strchrnul, scalar)
 	ARCHFUNC(__strchrnul, baseline)
 ENDARCHFUNCS(__strchrnul)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308071205.377C578e093716>