diff options
author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2021-01-20 17:46:26 +0000 |
---|---|---|
committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2021-01-20 17:46:26 +0000 |
commit | 0614d7396798a268bd9efb103dffdeb0ad4a066c (patch) | |
tree | e537e87bf84a8b13e243baf667526a4491d023ad /bin/cat/cat.c | |
parent | 5b0914aea27c8227b7d1f42d8a504f048cc3d2ec (diff) | |
download | src-0614d7396798a268bd9efb103dffdeb0ad4a066c.tar.gz src-0614d7396798a268bd9efb103dffdeb0ad4a066c.zip |
cat: style nits
Pointed out by: jhb
Diffstat (limited to 'bin/cat/cat.c')
-rw-r--r-- | bin/cat/cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c index 764c97c7ad43..5a1fab0c26a0 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -428,7 +428,7 @@ udom_open(const char *path, int flags) { struct addrinfo hints, *res, *res0; char rpath[PATH_MAX]; - int fd, error, serrno; + int error, fd, serrno; cap_rights_t rights; /* |