mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
libc: minor style, wrap long lines
Reviewed by: imp Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D44916
This commit is contained in:
parent
f887667694
commit
bac9d7e8f2
1 changed files with 4 additions and 2 deletions
|
|
@ -38,7 +38,8 @@
|
|||
#include "printf.h"
|
||||
|
||||
int
|
||||
__printf_arginfo_errno(const struct printf_info *pi __unused, size_t n, int *argt)
|
||||
__printf_arginfo_errno(const struct printf_info *pi __unused, size_t n,
|
||||
int *argt)
|
||||
{
|
||||
|
||||
assert(n >= 1);
|
||||
|
|
@ -47,7 +48,8 @@ __printf_arginfo_errno(const struct printf_info *pi __unused, size_t n, int *arg
|
|||
}
|
||||
|
||||
int
|
||||
__printf_render_errno(struct __printf_io *io, const struct printf_info *pi __unused, const void *const *arg)
|
||||
__printf_render_errno(struct __printf_io *io, const struct printf_info *pi
|
||||
__unused, const void *const *arg)
|
||||
{
|
||||
int ret, error;
|
||||
char buf[64];
|
||||
|
|
|
|||
Loading…
Reference in a new issue