From: Xinchen Hui Date: Sat, 20 Sep 2014 07:12:08 +0000 (+0800) Subject: Added missed mod str X-Git-Tag: POST_NATIVE_TLS_MERGE^2~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96ccf3ef98759238a173c406d62707bc002b2744;p=php Added missed mod str --- diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c index 62cb3cc37b..c6b965714a 100644 --- a/Zend/zend_inheritance.c +++ b/Zend/zend_inheritance.c @@ -1572,3 +1572,10 @@ ZEND_API void zend_do_bind_traits(zend_class_entry *ce TSRMLS_DC) /* {{{ */ } /* }}} */ +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_inheritance.h b/Zend/zend_inheritance.h index 9cc432080c..647b492371 100644 --- a/Zend/zend_inheritance.h +++ b/Zend/zend_inheritance.h @@ -37,3 +37,10 @@ END_EXTERN_C() #endif +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */