summaryrefslogtreecommitdiff
path: root/ext/spl/spl_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/spl_functions.h')
-rw-r--r--ext/spl/spl_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_functions.h b/ext/spl/spl_functions.h
index 942aed27e2..38d335b3d7 100644
--- a/ext/spl/spl_functions.h
+++ b/ext/spl/spl_functions.h
@@ -70,7 +70,7 @@ zend_string *spl_gen_private_prop_name(zend_class_entry *ce, char *prop_name, in
#define SPL_ME(class_name, function_name, arg_info, flags) \
PHP_ME( spl_ ## class_name, function_name, arg_info, flags)
-
+
#define SPL_ABSTRACT_ME(class_name, function_name, arg_info) \
ZEND_ABSTRACT_ME( spl_ ## class_name, function_name, arg_info)