mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
9610cbc09e
commit
d7302cabc0
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
.set strchrnul, __strchrnul
|
||||
|
||||
ARCHFUNCS(__strchrnul)
|
||||
ARCHFUNC(__strchrnul, scalar)
|
||||
ARCHFUNC(__strchrnul, scalar)
|
||||
ARCHFUNC(__strchrnul, baseline)
|
||||
ENDARCHFUNCS(__strchrnul)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue