summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2014-11-14 21:35:54 +0100
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2014-11-14 21:35:54 +0100
commit563a00f8e8be2f3b3ba12a4711f85b3ded24fbe1 (patch)
treeb25ec88b2e4ebc7b7b43d67c084c8df5f4e40f23
parentaa8104a94c73a470a73cfcc677a0886977fa30be (diff)
downloadtcpdump-563a00f8e8be2f3b3ba12a4711f85b3ded24fbe1.tar.gz
Delete useless Control-L chars
-rw-r--r--print-bootp.c2
-rw-r--r--print-decnet.c2
2 files changed, 1 insertions, 3 deletions
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.
*/