diff options
Diffstat (limited to 'Zend/zend_ast.h')
-rw-r--r-- | Zend/zend_ast.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h index 65d1f7c4d1..a0aff31d70 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -275,3 +275,13 @@ static zend_always_inline zend_ast *zend_ast_list_rtrim(zend_ast *ast) { return ast; } #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 + */ |