OSI util: Add modelines info
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 20 Aug 2014 07:19:44 +0000 (09:19 +0200)
committerEvan Huus <eapache@gmail.com>
Thu, 28 Aug 2014 11:34:19 +0000 (11:34 +0000)
Change-Id: I15e44f2f10b80b7c7ce78ce84b748ce8ec7a2eff
Reviewed-on: https://code.wireshark.org/review/3890
Reviewed-by: Evan Huus <eapache@gmail.com>
epan/osi-utils.c
epan/osi-utils.h

index 5d2671fe371c002f661a522c2c92e0a426d668d7..ba7d9364685ccf65d43642e626a83dee8da4670c 100644 (file)
@@ -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:
+ */
index 7ce8e569f4bfddbe43c471275902cff4abfbf098..023438cfc86cb551d110220f61a6a2d201118b45 100644 (file)
@@ -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:
+ */