summaryrefslogtreecommitdiff
path: root/echld_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'echld_test.c')
-rw-r--r--echld_test.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/echld_test.c b/echld_test.c
index 1abb3ae8d2..5ac9f5fd82 100644
--- a/echld_test.c
+++ b/echld_test.c
@@ -411,3 +411,16 @@ int main(int argc _U_, char** argv _U_) {
echld_terminate();
return 0;
}
+
+/*
+ * 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:
+ */