]> 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)
committerGuy Harris <[email protected]>
Sun, 20 Mar 2022 01:12:28 +0000 (18:12 -0700)
[skip ci]

(cherry picked from commit 9c9c8a93dd58cf34395fa57cd0997031e4e25ea3)

print-esp.c

index d1ea1005d5d47145a89d3125409217f962ff88e1..58613f015215f635e48fb3ac9dff144e88017282 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;