diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-03-10 18:13:12 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-03-10 18:13:12 +0000 |
commit | ae6f92a95da5db18073f4a192e53ccad8965a1c9 (patch) | |
tree | 3024894377817a834dca08ca50a33bea8f6497a0 | |
parent | b29fe46d892f6352a81bc3b04f6189c236e53552 (diff) |
add whitespace
-rw-r--r-- | usr.sbin/tcpdump/print-iapp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-iapp.c b/usr.sbin/tcpdump/print-iapp.c index 9ce5e678e6c..6466b95e3c9 100644 --- a/usr.sbin/tcpdump/print-iapp.c +++ b/usr.sbin/tcpdump/print-iapp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-iapp.c,v 1.2 2005/12/18 17:52:46 reyk Exp $ */ +/* $OpenBSD: print-iapp.c,v 1.3 2006/03/10 18:13:11 reyk Exp $ */ /* * Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org> @@ -56,7 +56,7 @@ iapp_print(const u_char *p, u_int len) /* Print common IAPP information */ printf(" IAPPv%u ", wf->i_version); if (wf->i_command & 0xf0) - printf("unknown: 0x%0x", wf->i_command); + printf("unknown: 0x%0x ", wf->i_command); else printf("%s ", ieee80211_iapp_frame_type_name[wf->i_command]); printf("(id %u) %u: ", wf->i_identifier, wf->i_length); |