aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-c1222.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-16 00:57:28 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-16 00:57:28 +0000
commitf6e09faa2d76eb7e8d79a4251a794781e5218c6b (patch)
tree955278fa1a05ccba924bf57d353c28732d3e2508 /epan/dissectors/packet-c1222.h
parent78d3fe6248856bd6a650e71cd8db86fab4654ce8 (diff)
From Ed Beroset: add modelines and fix irregular indenting;
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9273 This patch adds modelines and cleans up the irregular indentation of this dissector's code. The only other change was in asn1/c1222/packet-c1222-template.c to consolidate an #ifdef that had a redundant #endif (line 812) and subsequent reopening #ifdef (line 824). The only thing between them was comments, so the span of the original #ifdef (line 644) was simply extended by eliminating those two lines. The purpose for this patch is to make the file easier to edit and understand in advance of more substantive patches later. This patch is intended to be easy to review by having only non-substantive changes. svn path=/trunk/; revision=52636
Diffstat (limited to 'epan/dissectors/packet-c1222.h')
-rw-r--r--epan/dissectors/packet-c1222.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/epan/dissectors/packet-c1222.h b/epan/dissectors/packet-c1222.h
index 38b9c39da1..4ca8c9c683 100644
--- a/epan/dissectors/packet-c1222.h
+++ b/epan/dissectors/packet-c1222.h
@@ -36,4 +36,16 @@
#endif /* PACKET_C1222_H */
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */