git: d7302cabc0b9 - main - lib/libc/amd64/string/strchrnul.S: fix wrong indentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 12:05:07 UTC
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)