]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Delete trailing spaces/tabs
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 4 Jun 2015 13:23:21 +0000 (15:23 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 4 Jun 2015 13:23:21 +0000 (15:23 +0200)
PLATFORMS
missing/strlcat.c
missing/strlcpy.c
missing/strsep.c
print-geonet.c

index 03bfed70e4de2d16f733d57428775c89c10dceb4..ec85e59be6d0355bee4c1dd5f563839764fe5ece 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -1,5 +1,5 @@
 == Tested platforms ==
-NetBSD                   5.1/i386      (mcr - 2012/4/1)        
+NetBSD                   5.1/i386      (mcr - 2012/4/1)
 Debian Linux (squeeze/i386)    (mcr - 2012/4/1)
 
 ---
index 34f1af2d9628168a9669257eb085b052a3f1a1a1..744ab3a6a2a018a42ea24ae18b117811386aefea 100644 (file)
@@ -28,7 +28,7 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifdef HAVE_CONFIG_H 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
index b0671ebd311b648e160dc5e4293879e39ee58b13..52ede566e374ecd628c6a41a23c73cff5a2f1307 100644 (file)
@@ -28,7 +28,7 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifdef HAVE_CONFIG_H 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
index a1e6b3017b6f3f66068a37ee7fc73b180338727f..95673fc8ce2e7103ef561bdd781b14cdece4e2a3 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifdef HAVE_CONFIG_H 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
index 6daf8b1d7e500ae09885a2b11be9dbee0182b864..b83723dcaa8a6fb23fe7670d334961f83732612d 100644 (file)
@@ -118,7 +118,7 @@ geonet_print(netdissect_options *ndo, const u_char *eth, const u_char *bp, u_int
        /* Process Common Header */
        if (length < 36)
                goto malformed;
-               
+
        ND_TCHECK2(*bp, 7);
        version = bp[0] >> 4;
        next_hdr = bp[0] & 0x0f;