aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2015-12-17 11:58:38 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-17 12:46:42 +0000
commit30b1274f13a70d55fcb7e92b0a4bc41d1832463c (patch)
tree37231170c43c983403cb7b9280d35b54b43c0a6c
parentba84919fa7a3dc7d07cd032c1134263d6c83fe8a (diff)
randpkt-core: add modelines
Change-Id: I2978288535c99238515164a245f8276d785984f4 Reviewed-on: https://code.wireshark.org/review/12699 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--randpkt-core.c13
-rw-r--r--randpkt-core.h13
2 files changed, 26 insertions, 0 deletions
diff --git a/randpkt-core.c b/randpkt-core.c
index dce64b7146..d5aaea5935 100644
--- a/randpkt-core.c
+++ b/randpkt-core.c
@@ -798,3 +798,16 @@ void randpkt_example_list(const char*** abbrev_list, const char*** longname_list
(*longname_list)[i] = examples[i].longname;
}
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=4 noexpandtab:
+ * :indentSize=4:tabSize=4:noTabs=false:
+ */
diff --git a/randpkt-core.h b/randpkt-core.h
index 0ba56cfefc..ac8b6a8908 100644
--- a/randpkt-core.h
+++ b/randpkt-core.h
@@ -67,3 +67,16 @@ void randpkt_loop(randpkt_example* example, guint64 produce_count);
gboolean randpkt_example_close(randpkt_example* example);
#endif
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=4 noexpandtab:
+ * :indentSize=4:tabSize=4:noTabs=false:
+ */