aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/functiontype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/functiontype.c')
-rw-r--r--src/stdlib/functiontype.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/functiontype.c b/src/stdlib/functiontype.c
index a6e12798..3270e0ca 100644
--- a/src/stdlib/functiontype.c
+++ b/src/stdlib/functiontype.c
@@ -21,5 +21,3 @@ PUREFUNC bool Func$is_none(const void *obj, const TypeInfo_t *info) {
(void)info;
return *(void **)obj == NULL;
}
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0