aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer2array.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer2array.c')
-rw-r--r--src/buffer2array.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer2array.c b/src/buffer2array.c
index 9ee67f17c..ebfedf856 100644
--- a/src/buffer2array.c
+++ b/src/buffer2array.c
@@ -120,3 +120,4 @@ void freeArgArray(char ** array, int argArrayLength) {
}
free(array);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */