diff options
author | Michael Richardson <mcr@sandelman.ca> | 2014-01-01 21:27:54 -0500 |
---|---|---|
committer | Michael Richardson <mcr@sandelman.ca> | 2014-01-01 21:31:18 -0500 |
commit | a97fb2f3ae9731dd13e6854742c090ca9ef454cf (patch) | |
tree | f0eecb0f7bbc0d6f32f9ef310bdd19cab32d1345 /print-pppoe.c | |
parent | 35c5cd9911f3fcc385e4a04c31016c253ee7a426 (diff) | |
download | tcpdump-a97fb2f3ae9731dd13e6854742c090ca9ef454cf.tar.gz |
whitespace changes
Diffstat (limited to 'print-pppoe.c')
-rw-r--r-- | print-pppoe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print-pppoe.c b/print-pppoe.c index f8c9008a..6b08b6f1 100644 --- a/print-pppoe.c +++ b/print-pppoe.c @@ -17,8 +17,8 @@ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - * - * Original code by Greg Stark <gsstark@mit.edu> + * + * Original code by Greg Stark <gsstark@mit.edu> */ #ifndef lint @@ -189,7 +189,7 @@ pppoe_print(register const u_char *bp, u_int length) } printf("]"); } - + } else printf(" [%s]", tok2str(pppoetag2str, |