Use consistent indent character as other IPPROTO_* lines did.

This commit is contained in:
Xin LI 2005-12-20 09:38:03 +00:00
parent 496f9fc522
commit 92e0a4a2a4

View File

@ -228,7 +228,7 @@ __END_DECLS
#define IPPROTO_APES 99 /* any private encr. scheme */ #define IPPROTO_APES 99 /* any private encr. scheme */
#define IPPROTO_GMTP 100 /* GMTP*/ #define IPPROTO_GMTP 100 /* GMTP*/
#define IPPROTO_IPCOMP 108 /* payload compression (IPComp) */ #define IPPROTO_IPCOMP 108 /* payload compression (IPComp) */
#define IPPROTO_SCTP 132 /* SCTP */ #define IPPROTO_SCTP 132 /* SCTP */
/* 101-254: Partly Unassigned */ /* 101-254: Partly Unassigned */
#define IPPROTO_PIM 103 /* Protocol Independent Mcast */ #define IPPROTO_PIM 103 /* Protocol Independent Mcast */
#define IPPROTO_CARP 112 /* CARP */ #define IPPROTO_CARP 112 /* CARP */