diff options
Diffstat (limited to 'main/php_scandir.h')
-rw-r--r-- | main/php_scandir.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/php_scandir.h b/main/php_scandir.h index 3e67e74820..2e8773b8b1 100644 --- a/main/php_scandir.h +++ b/main/php_scandir.h @@ -52,3 +52,11 @@ PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b); #endif #endif /* PHP_SCANDIR_H */ +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ |