summaryrefslogtreecommitdiff
path: root/epan/osi-utils.h
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.h
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.h')
-rw-r--r--epan/osi-utils.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/osi-utils.h b/epan/osi-utils.h
index 7ce8e569f4..023438cfc8 100644
--- a/epan/osi-utils.h
+++ b/epan/osi-utils.h
@@ -54,3 +54,16 @@ gchar* tvb_print_system_id( tvbuff_t *, const gint, int );
void print_system_id_buf( const guint8 *, int, gchar *, int);
#endif /* __OSI_UTILS_H__ */
+
+/*
+ * 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:
+ */