aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/print.h')
-rw-r--r--src/stdlib/print.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/print.h b/src/stdlib/print.h
index c7e59f8b..eba1c9d9 100644
--- a/src/stdlib/print.h
+++ b/src/stdlib/print.h
@@ -164,5 +164,3 @@ FILE *gc_memory_stream(char **buf, size_t *size);
fprint(stderr, "\033[31;1m", __VA_ARGS__, "\033[m"); \
exit(EXIT_FAILURE); \
})
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0