]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix spaces
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 8 Aug 2020 12:55:23 +0000 (14:55 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 8 Aug 2020 13:00:52 +0000 (15:00 +0200)
ppp.h

diff --git a/ppp.h b/ppp.h
index 2bf93402493eb2ab8a02717f8e6f03bfe579f8e8..830fad9d8ece71337c1d5e633039bc1b3d9a2bcf 100644 (file)
--- a/ppp.h
+++ b/ppp.h
@@ -34,9 +34,9 @@
 #define PPP_BRPDU      0x0031  /* Bridging PDU */
 #define PPP_STII       0x0033  /* Stream Protocol (ST-II) */
 #define PPP_VINES      0x0035  /* Banyan Vines */
-#define PPP_ML          0x003d  /* Multi-Link PPP */
+#define PPP_ML         0x003d  /* Multi-Link PPP */
 #define PPP_IPV6       0x0057  /* IPv6 */
-#define        PPP_COMP        0x00fd  /* Compressed Datagram */
+#define PPP_COMP       0x00fd  /* Compressed Datagram */
 
 #define PPP_HELLO      0x0201  /* 802.1d Hello Packets */
 #define PPP_LUXCOM     0x0231  /* Luxcom */