summaryrefslogtreecommitdiff
path: root/epan/osi-utils.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-20 09:19:44 +0200
committerEvan Huus <eapache@gmail.com>2014-08-28 11:34:19 +0000
commitcf3b238a6bf05e0478fd070f71d5fd7fc8002ea1 (patch)
treedaf6e483192bcb38574c178bdf6de091510565a9 /epan/osi-utils.c
parentc76e49697eb46783423f60aa22600ced6886e960 (diff)
downloadwireshark-cf3b238a6bf05e0478fd070f71d5fd7fc8002ea1.tar.gz
OSI util: Add modelines info
Change-Id: I15e44f2f10b80b7c7ce78ce84b748ce8ec7a2eff Reviewed-on: https://code.wireshark.org/review/3890 Reviewed-by: Evan Huus <eapache@gmail.com>
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:
+ */