summaryrefslogtreecommitdiff
path: root/main/spprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/spprintf.c')
-rw-r--r--main/spprintf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/spprintf.c b/main/spprintf.c
index d5231da0f1..193da18c0a 100644
--- a/main/spprintf.c
+++ b/main/spprintf.c
@@ -836,12 +836,3 @@ PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list
xbuf_format_converter(buf, 0, format, ap);
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */