aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer2array.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/buffer2array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer2array.h b/src/buffer2array.h
index 74ebffbbb..d6982dd97 100644
--- a/src/buffer2array.h
+++ b/src/buffer2array.h
@@ -26,3 +26,4 @@ int buffer2array(char * buffer, char *** array);
void freeArgArray(char ** array, int argArrayLength);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */