diff options
author | jhb <jhb@FreeBSD.org> | 2012-02-24 20:12:53 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2012-02-24 20:12:53 +0000 |
commit | 33fa6b6f6aeebc07f7db8500d9cd273c5f5eee0e (patch) | |
tree | dda422304bd65bb55900270eb373e9c67b669920 /usr.bin/kdump | |
parent | 9eb6f57f87245a31570bd9591ad658c542564c1e (diff) | |
download | FreeBSD-src-33fa6b6f6aeebc07f7db8500d9cd273c5f5eee0e.zip FreeBSD-src-33fa6b6f6aeebc07f7db8500d9cd273c5f5eee0e.tar.gz |
Fix style in previous commit.
Submitted by: bde
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/kdump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 9ee5827..2756778 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1015,9 +1015,9 @@ ktrsyscall(struct ktr_syscall *ktr, u_int flags) capname(arg); break; case SYS_posix_fadvise: - print_number(ip,narg,c); - print_number(ip,narg,c); - print_number(ip,narg,c); + print_number(ip, narg, c); + print_number(ip, narg, c); + print_number(ip, narg, c); (void)putchar(','); fadvisebehavname((int)*ip); ip++; |