diff options
author | delphij <delphij@FreeBSD.org> | 2005-12-20 09:38:03 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-12-20 09:38:03 +0000 |
commit | 1e54d54964c647332ca6619ee5d8244c0485d095 (patch) | |
tree | 25a534d1330a9a54cf65c473427c348b12b2d825 /sys/netinet | |
parent | 9736e3d822518c1bd0207b76d3614e585d7b1229 (diff) | |
download | FreeBSD-src-1e54d54964c647332ca6619ee5d8244c0485d095.zip FreeBSD-src-1e54d54964c647332ca6619ee5d8244c0485d095.tar.gz |
Use consistent indent character as other IPPROTO_* lines did.
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 5f3c536..1476bf4 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -228,7 +228,7 @@ __END_DECLS #define IPPROTO_APES 99 /* any private encr. scheme */ #define IPPROTO_GMTP 100 /* GMTP*/ #define IPPROTO_IPCOMP 108 /* payload compression (IPComp) */ -#define IPPROTO_SCTP 132 /* SCTP */ +#define IPPROTO_SCTP 132 /* SCTP */ /* 101-254: Partly Unassigned */ #define IPPROTO_PIM 103 /* Protocol Independent Mcast */ #define IPPROTO_CARP 112 /* CARP */ |