aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/cfutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/cfutils.c')
-rw-r--r--wsutil/cfutils.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/wsutil/cfutils.c b/wsutil/cfutils.c
index 349eb27fbe..f9a6639155 100644
--- a/wsutil/cfutils.c
+++ b/wsutil/cfutils.c
@@ -50,3 +50,16 @@ CFString_to_C_string(CFStringRef cfstring)
return string;
}
#endif
+
+/*
+ * 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:
+ */