summaryrefslogtreecommitdiff
path: root/contrib/libpcap
diff options
context:
space:
mode:
authorVANHULLEBUS Yvan <vanhu@FreeBSD.org>2009-03-24 15:57:35 +0000
committerVANHULLEBUS Yvan <vanhu@FreeBSD.org>2009-03-24 15:57:35 +0000
commitff1fdd77ffeffcb49786aefd16055a4229786ff2 (patch)
tree1afe40d7511f1f5236964c9f321843c8797dd91e /contrib/libpcap
parentb82183f68f9546e22be3bcf6841817e2d6584ce1 (diff)
downloadsrc-test-ff1fdd77ffeffcb49786aefd16055a4229786ff2.tar.gz
src-test-ff1fdd77ffeffcb49786aefd16055a4229786ff2.zip
Fixed indentation for LINKTYPE_ENC
Approved by: gnn(mentor)
Notes
Notes: svn path=/head/; revision=190377
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 90619cc9fcf50..ddf4a84992c10 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 },