]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix trailing spaces
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 23 May 2019 09:16:47 +0000 (11:16 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 23 May 2019 09:16:47 +0000 (11:16 +0200)
print-dsa.c
print-ipoib.c
print-isoclns.c

index 975285c827867a82b39ae836f7378da20fdce074..0efab60267b03c042f9d6a36c9d52df073e336e2 100644 (file)
@@ -35,7 +35,7 @@
 /*
  * Format of (Ethertyped or not) DSA tagged frames:
  *
- *      7   6   5   4   3   2   1   0  
+ *      7   6   5   4   3   2   1   0
  *    .   .   .   .   .   .   .   .   .
  *  0 +---+---+---+---+---+---+---+---+
  *    |   Ether Destination Address   |
index 067ae937da5338e1a8821e9ba66c143ba23addd5..c0ebf03387a44be58afbb36f7a77f110c4a896b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 
+ * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
  *     1997, 2000, 2011, 2012
  *     The Regents of the University of California.  All rights reserved.
  *
index 8b24c1ab7a8d7986639f1d4f041bff09d7b9b657..b154f8e26524745aa3b682a5e149302819474776 100644 (file)
@@ -3237,7 +3237,7 @@ isis_print(netdissect_options *ndo,
                            "Unknown (0x%02x)",
                            isis_subtlv_idrp));
             tptr++;
-            tlen--; 
+            tlen--;
             switch (isis_subtlv_idrp) {
             case ISIS_SUBTLV_IDRP_ASN:
                 if (tlen < 2)