]> The Tcpdump Group git mirrors - libpcap/commitdiff
Remove trailing spaces
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 2 Mar 2022 14:09:59 +0000 (15:09 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 2 Mar 2022 14:11:03 +0000 (15:11 +0100)
(cherry picked from commit 64ed5bbd93520ff63ac735d07ef3514ca0dcdd68)

CHANGES
gencode.c
pcap/dlt.h

diff --git a/CHANGES b/CHANGES
index b8574e8f35c6784e275d2eef1db944b715fad25e..4291ca9ac35bb05d281de6ba8a6f2f1173e3bff3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,7 @@ Monthday, Month DD, YYYY:
       Put PFLOG UID and PID values in the header into host byte order
         when reading a LINKTYPE_PFLOG file.
       Put CAN ID field in CAN pseudo-headers for LINUX_SLL2, as we do
-        for LINUX_SLL. 
+        for LINUX_SLL.
     Capture:
       Never process more than INT_MAX packets in a pcap_dispatch() call,
         to avoid integer overflow (issue #1087).
index 9b094dc3a63df419bd7055a8c2eef4fe7aa1cb86..02c4bd58553a66427eb066cfa3eccb5e22f605de 100644 (file)
--- a/gencode.c
+++ b/gencode.c
@@ -2369,7 +2369,7 @@ gen_load_pflog_llprefixlen(compiler_state_t *cstate)
                s2 = new_stmt(cstate, BPF_ALU|BPF_AND|BPF_K);
                s2->s.k = 0xfffffffc;
                sappend(s1, s2);
-                
+
                /*
                 * Now allocate a register to hold that value and store
                 * it.
index 1288f97d7361ae5977bc74871af4ef8109033a8d..40fd7dbb669206744baed53e462f3824fbc5f05a 100644 (file)
 
 /*
  * NetBSD uses 15 for HIPPI.
- * 
+ *
  * From a quick look at sys/net/if_hippi.h and sys/net/if_hippisubr.c
  * in an older version of NetBSD , the header appears to be:
  *