summaryrefslogtreecommitdiff
path: root/epan/osi-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/osi-utils.c')
-rw-r--r--epan/osi-utils.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/epan/osi-utils.c b/epan/osi-utils.c
index 5d2671fe37..ba7d936468 100644
--- a/epan/osi-utils.c
+++ b/epan/osi-utils.c
@@ -214,3 +214,15 @@ print_area_buf(const guint8 *ad, int length, gchar *buf, int buf_len)
}
} /* print_area_buf */
+/*
+ * Editor modelines
+ *
+ * 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:
+ */