]> The Tcpdump Group git mirrors - tcpdump/commitdiff
ESP: Put static and int on the same line (style)
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 19 Jan 2022 10:58:36 +0000 (11:58 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 19 Jan 2022 11:00:22 +0000 (12:00 +0100)
[skip ci]

print-esp.c

index 55bf64346d7521328fc0cbfdda211315eec45ecf..4850d4a14c13c39b035baafe75cc233e9fba279d 100644 (file)
@@ -386,10 +386,9 @@ static u_int hex2byte(netdissect_options *ndo, char *hexstring)
 /*
  * returns size of binary, 0 on failure.
  */
-static
-int espprint_decode_hex(netdissect_options *ndo,
-                       u_char *binbuf, unsigned int binbuf_len,
-                       char *hex)
+static int
+espprint_decode_hex(netdissect_options *ndo,
+                   u_char *binbuf, unsigned int binbuf_len, char *hex)
 {
        unsigned int len;
        int i;