aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-02-11 15:18:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-02-11 15:18:26 +0000
commit4056b11883d69beafde965d9e2ff55fcb8b487fa (patch)
tree0a77854920a3284db3a12752d99f0ebcd5f9995f /epan
parent4dc754f4542a31f89d011daee1890ac5e4659a06 (diff)
From: Michal Labedzki:
Subject: [PATCH 3/6] Bluetooth: Add modeline to hci_usb https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8304 svn path=/trunk/; revision=47633
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-hci_usb.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-hci_usb.c b/epan/dissectors/packet-hci_usb.c
index 6d8c8c26c1..41c78bdc3b 100644
--- a/epan/dissectors/packet-hci_usb.c
+++ b/epan/dissectors/packet-hci_usb.c
@@ -330,3 +330,16 @@ proto_reg_handoff_hci_usb(void)
dissector_add_handle("usb.device", hci_usb_handle);
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */