diff options
Diffstat (limited to 'ext/iconv/php_iconv.h')
-rw-r--r-- | ext/iconv/php_iconv.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h index 048c5d9b13..980d84c945 100644 --- a/ext/iconv/php_iconv.h +++ b/ext/iconv/php_iconv.h @@ -116,10 +116,3 @@ PHP_ICONV_API php_iconv_err_t php_iconv_string(const char * in_p, size_t in_len, #define phpext_iconv_ptr iconv_module_ptr #endif /* PHP_ICONV_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - */ |