aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/c1222/c1222.cnf
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 /asn1/c1222/c1222.cnf
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 'asn1/c1222/c1222.cnf')
-rw-r--r--asn1/c1222/c1222.cnf17
1 files changed, 15 insertions, 2 deletions
diff --git a/asn1/c1222/c1222.cnf b/asn1/c1222/c1222.cnf
index 76e54f5127..c284582d5e 100644
--- a/asn1/c1222/c1222.cnf
+++ b/asn1/c1222/c1222.cnf
@@ -100,7 +100,20 @@ AE-qualifier TYPE=FT_UINT32
#.FN_BODY MESSAGE
/**/#ifdef HAVE_LIBGCRYPT
- clear_canon();
+ clear_canon();
/**/#endif
- %(DEFAULT_BODY)s
+ %(DEFAULT_BODY)s
#.END
+
+#
+# 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:
+#