aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls-pm.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-21 18:20:44 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-21 18:20:44 +0000
commitca3e8b5d8b89096000310f2d363688a1c9ac120b (patch)
tree1abf5352637d6a1e96d115383310fd86d7e5a69a /epan/dissectors/packet-mpls-pm.c
parent2fc3322e827b7bdc805dc75914a30430a91cbfc7 (diff)
'tab-width/tabstop/tabSize' in editor modelines should really always be 8;
Also: In some cases do some whitespace cleanup and some minor reformatting. svn path=/trunk/; revision=41724
Diffstat (limited to 'epan/dissectors/packet-mpls-pm.c')
-rw-r--r--epan/dissectors/packet-mpls-pm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mpls-pm.c b/epan/dissectors/packet-mpls-pm.c
index b65af5a3cd..76257cdb16 100644
--- a/epan/dissectors/packet-mpls-pm.c
+++ b/epan/dissectors/packet-mpls-pm.c
@@ -1439,10 +1439,10 @@ proto_reg_handoff_mpls_pm(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:
*/