diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-02-23 19:51:59 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-02-23 19:51:59 +0100 |
commit | 57d187a3910bb1c6bb75cfdd20dae1fb2d4a61e8 (patch) | |
tree | 2b9b3bdb048dcb0074528136cf8c59099bc90609 /print-geonet.c | |
parent | a14faa6873c8ab3cc69ba861af9d733a9c13e0df (diff) | |
download | tcpdump-57d187a3910bb1c6bb75cfdd20dae1fb2d4a61e8.tar.gz |
Clean up whitespaces
Diffstat (limited to 'print-geonet.c')
-rw-r--r-- | print-geonet.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print-geonet.c b/print-geonet.c index cdcc07ac..d1508774 100644 --- a/print-geonet.c +++ b/print-geonet.c @@ -57,7 +57,7 @@ static const struct tok msg_type_values[] = { static void print_btp_body(netdissect_options *ndo, - const u_char *bp) + const u_char *bp) { u_int version; u_int msg_type; @@ -73,7 +73,7 @@ print_btp_body(netdissect_options *ndo, static void print_btp(netdissect_options *ndo, - const u_char *bp) + const u_char *bp) { uint16_t dest = EXTRACT_BE_U_2(bp + 0); uint16_t src = EXTRACT_BE_U_2(bp + 2); @@ -82,7 +82,7 @@ print_btp(netdissect_options *ndo, static int print_long_pos_vector(netdissect_options *ndo, - const u_char *bp) + const u_char *bp) { uint32_t lat, lon; |