summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index 6c69c998..2884e021 100644
--- a/util.h
+++ b/util.h
@@ -86,3 +86,5 @@ lex_cast_qstring(IN const & in)
out2 += '"';
return out2;
}
+
+/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */