]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove some trailing spaces
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 27 Mar 2017 09:34:57 +0000 (11:34 +0200)
committerDenis Ovsienko <[email protected]>
Wed, 13 Sep 2017 11:25:44 +0000 (12:25 +0100)
print-cfm.c
print-lldp.c

index 450922a5cd0a14ed296e26a2d63f282f69e6a2fb..0fe57100d89b6bd61dcfd3dd4b375c93e767a138 100644 (file)
@@ -669,7 +669,7 @@ cfm_print(netdissect_options *ndo,
                     ND_PRINT((ndo, "\n\t  (TLV too short)"));
                     return;
                 }
-                
+
                 mgmt_addr_length = *tptr;
                 tptr++;
                 tlen--;
index 3984a4f58b6794fcca0bd98d1da3e1f9c63f438e..add7e6a5f94133645ac7b880dbe80e69f8ff7b25 100644 (file)
@@ -927,7 +927,7 @@ lldp_extract_latlon(const u_char *tptr)
  * (right now there is only one)
  */
 
+
 static int
 lldp_private_iana_print(netdissect_options *ndo,
                         const u_char *tptr, u_int tlv_len)
@@ -951,12 +951,12 @@ lldp_private_iana_print(netdissect_options *ndo,
     default:
         hexdump=TRUE;
     }
-    
+
     return hexdump;
 }
 
 
-      
+
 /*
  * Print private TIA extensions.
  */