aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/asn1.c')
-rw-r--r--epan/asn1.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/asn1.c b/epan/asn1.c
index 81ba856c4b..1ce1bdcb47 100644
--- a/epan/asn1.c
+++ b/epan/asn1.c
@@ -219,3 +219,16 @@ double asn1_get_real(const guint8 *real_ptr, gint real_len) {
return val;
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */