diff options
Diffstat (limited to 'main/php_open_temporary_file.h')
-rw-r--r-- | main/php_open_temporary_file.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/php_open_temporary_file.h b/main/php_open_temporary_file.h index 0a9b257150..fbafb333ed 100644 --- a/main/php_open_temporary_file.h +++ b/main/php_open_temporary_file.h @@ -32,3 +32,11 @@ PHPAPI const char *php_get_temporary_directory(void); END_EXTERN_C() #endif /* PHP_OPEN_TEMPORARY_FILE_H */ +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ |