]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Delete useless Control-L chars
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 14 Nov 2014 20:35:54 +0000 (21:35 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 14 Nov 2014 20:35:54 +0000 (21:35 +0100)
print-bootp.c
print-decnet.c

index 32c7b4c1f627b0cd27fae59b34664b5cc8076686..35a33558a2a53178d2f36c5980f159537ed7d5fa 100644 (file)
@@ -89,8 +89,6 @@ struct bootp {
  */
 #define VM_RFC1048     { 99, 130, 83, 99 }
 
-\f
-
 /*
  * RFC1048 tag values used to specify what information is being supplied in
  * the vendor field of the packet.
index 18045150c2d4e15b36759d1c2ffc1ca8a6aa3449..18e991a49637534e52319645acb07b6e0a14ad6b 100644 (file)
@@ -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)
-\f
+
 /*
  * NSP protocol fields and values.
  */