aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/pointers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/pointers.h')
-rw-r--r--src/stdlib/pointers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/pointers.h b/src/stdlib/pointers.h
index 522a97be..0c62e18c 100644
--- a/src/stdlib/pointers.h
+++ b/src/stdlib/pointers.h
@@ -40,5 +40,3 @@ void Pointer$deserialize(FILE *in, void *outval, List_t *pointers, const TypeInf
.tag = PointerInfo, \
.PointerInfo = {.sigil = sigil_expr, .pointed = pointed_info}, \
.metamethods = Pointer$metamethods})
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0