aboutsummaryrefslogtreecommitdiffstats
path: root/epan/timestamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/timestamp.c')
-rw-r--r--epan/timestamp.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/timestamp.c b/epan/timestamp.c
index 1feda0d8e1..f37c44e85a 100644
--- a/epan/timestamp.c
+++ b/epan/timestamp.c
@@ -63,3 +63,16 @@ void timestamp_set_seconds_type(ts_seconds_type ts_t)
{
timestamp_seconds_type = ts_t;
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */