aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/c_strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/c_strings.h')
-rw-r--r--src/stdlib/c_strings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/c_strings.h b/src/stdlib/c_strings.h
index 4df5c3ac..d009c8bd 100644
--- a/src/stdlib/c_strings.h
+++ b/src/stdlib/c_strings.h
@@ -14,5 +14,3 @@ PUREFUNC bool CString$equal(const void *x, const void *y, const TypeInfo_t *type
PUREFUNC uint64_t CString$hash(const void *str, const TypeInfo_t *type);
extern const TypeInfo_t CString$info;
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0