summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap
diff options
context:
space:
mode:
authorvanhu <vanhu@FreeBSD.org>2009-03-24 15:57:35 +0000
committervanhu <vanhu@FreeBSD.org>2009-03-24 15:57:35 +0000
commitd645281c2823819de5d4554bf28f24363b50df02 (patch)
tree1afe40d7511f1f5236964c9f321843c8797dd91e /contrib/libpcap
parent3e99fe57c962eee32ca9ac4ba834b09c437dca73 (diff)
downloadFreeBSD-src-d645281c2823819de5d4554bf28f24363b50df02.zip
FreeBSD-src-d645281c2823819de5d4554bf28f24363b50df02.tar.gz
Fixed indentation for LINKTYPE_ENC
Approved by: gnn(mentor)
Diffstat (limited to 'contrib/libpcap')
-rw-r--r--contrib/libpcap/savefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpcap/savefile.c b/contrib/libpcap/savefile.c
index 90619cc..ddf4a84 100644
--- a/contrib/libpcap/savefile.c
+++ b/contrib/libpcap/savefile.c
@@ -908,7 +908,7 @@ static struct linktype_map {
{ DLT_IPMB, LINKTYPE_IPMB },
/* enc0 device */
- { DLT_ENC, LINKTYPE_ENC },
+ { DLT_ENC, LINKTYPE_ENC },
/* Juniper Secure Tunnel */
{ DLT_JUNIPER_ST, LINKTYPE_JUNIPER_ST },
OpenPOWER on IntegriCloud