From: Francois-Xavier Le Bail Date: Fri, 14 Nov 2014 20:35:54 +0000 (+0100) Subject: Delete useless Control-L chars X-Git-Tag: tcpdump-4.7.2~1^2~84^2~1 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/563a00f8e8be2f3b3ba12a4711f85b3ded24fbe1 Delete useless Control-L chars --- diff --git a/print-bootp.c b/print-bootp.c index 32c7b4c1..35a33558 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -89,8 +89,6 @@ struct bootp { */ #define VM_RFC1048 { 99, 130, 83, 99 } - - /* * RFC1048 tag values used to specify what information is being supplied in * the vendor field of the packet. diff --git a/print-decnet.c b/print-decnet.c index 18045150..18e991a4 100644 --- a/print-decnet.c +++ b/print-decnet.c @@ -271,7 +271,7 @@ union controlmsg /* Macros for decoding routing-info fields */ #define RI_COST(x) ((x)&0777) #define RI_HOPS(x) (((x)>>10)&037) - + /* * NSP protocol fields and values. */