aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-10-10 10:41:10 -0400
committerBill Meier <wmeier@newsguy.com>2014-10-10 14:50:08 +0000
commit23e78cd6bda4758d4f54e0cf3b9c79bb6bcb1f6e (patch)
treed8b5cb335a5f18353e186b298682b0e8cd7bb447 /epan/asn1.c
parentbdbc8e3a79ae7ca7b4d5f100b985f0f1699a33fd (diff)
Add editor modelines; Adjust whitespace as needed.
Change-Id: I3dc57f4c2ca57585103e3b71503ac4c332903e50 Reviewed-on: https://code.wireshark.org/review/4594 Reviewed-by: Bill Meier <wmeier@newsguy.com>
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:
+ */