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, 0 insertions, 1 deletions
diff --git a/src/buffer2array.c b/src/buffer2array.c
index ebfedf856..9ee67f17c 100644
--- a/src/buffer2array.c
+++ b/src/buffer2array.c
@@ -120,4 +120,3 @@ void freeArgArray(char ** array, int argArrayLength) {
}
free(array);
}
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */