]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udld.c
Fix spaces
[tcpdump] / print-udld.c
index b97e0b3a68d792b0f3f53d865a6001372b180113..224d482556381f76d627f2d81cc2d4e063fdd508 100644 (file)
@@ -93,7 +93,7 @@ static const struct tok udld_flags_values[] = {
 #define        UDLD_EXTRACT_OPCODE(x) ((x)&0x1f)
 
 void
-udld_print (netdissect_options *ndo, const u_char *pptr, u_int length)
+udld_print(netdissect_options *ndo, const u_char *pptr, u_int length)
 {
     int code, type, len;
     const u_char *tptr;