diff options
Diffstat (limited to 'Zend/zend_smart_string.h')
-rw-r--r-- | Zend/zend_smart_string.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Zend/zend_smart_string.h b/Zend/zend_smart_string.h index 8013533459..2282202792 100644 --- a/Zend/zend_smart_string.h +++ b/Zend/zend_smart_string.h @@ -137,3 +137,13 @@ static zend_always_inline void smart_string_setl(smart_string *dest, 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 + */ |