aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llrp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-08-16 13:17:48 +0000
committerBill Meier <wmeier@newsguy.com>2012-08-16 13:17:48 +0000
commitf3fe7788518735be90021553e183552b34ab88b4 (patch)
tree299cb97ffa5bcd174151ac8a4ff6e58c3015ce93 /epan/dissectors/packet-llrp.c
parent8568c13399c55cce836d7f0fe85107f00a6b9e04 (diff)
'tab-width/tabstop/tabSize' in editor modelines should really always be 8;
Also: - In one case #include <epan/prefs.h> not needed; - Do some minor whitespace reformatting. svn path=/trunk/; revision=44537
Diffstat (limited to 'epan/dissectors/packet-llrp.c')
-rw-r--r--epan/dissectors/packet-llrp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-llrp.c b/epan/dissectors/packet-llrp.c
index 814560843a..702989594a 100644
--- a/epan/dissectors/packet-llrp.c
+++ b/epan/dissectors/packet-llrp.c
@@ -32,7 +32,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <epan/prefs.h>
#include <epan/expert.h>
#define LLRP_PORT 5084
@@ -986,10 +985,10 @@ proto_reg_handoff_llrp(void)
*
* Local variables:
* c-basic-offset: 4
- * tab-width: 4
+ * tab-width: 8
* indent-tabs-mode: nil
* End:
*
- * vi: set shiftwidth=4 tabstop=4 expandtab:
- * :indentSize=4:tabSize=4:noTabs=true:
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
*/