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
This commit is contained in:
Robert Clausecker 2023-08-07 14:03:28 +02:00
parent 9610cbc09e
commit d7302cabc0

View file

@ -36,7 +36,7 @@
.set strchrnul, __strchrnul
ARCHFUNCS(__strchrnul)
ARCHFUNC(__strchrnul, scalar)
ARCHFUNC(__strchrnul, scalar)
ARCHFUNC(__strchrnul, baseline)
ENDARCHFUNCS(__strchrnul)