diff options
Diffstat (limited to 'Zend/zend_smart_str.h')
-rw-r--r-- | Zend/zend_smart_str.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_smart_str.h b/Zend/zend_smart_str.h index 5cfde449d4..2dab1f809a 100644 --- a/Zend/zend_smart_str.h +++ b/Zend/zend_smart_str.h @@ -150,13 +150,3 @@ static zend_always_inline void smart_str_setl(smart_str *dest, const char *src, } #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * indent-tabs-mode: t - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |