diff options
Diffstat (limited to 'ext/sodium/php_libsodium.h')
-rw-r--r-- | ext/sodium/php_libsodium.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/sodium/php_libsodium.h b/ext/sodium/php_libsodium.h index d3dcf591eb..66053f2862 100644 --- a/ext/sodium/php_libsodium.h +++ b/ext/sodium/php_libsodium.h @@ -121,12 +121,3 @@ PHP_FUNCTION(sodium_pad); PHP_FUNCTION(sodium_unpad); #endif /* PHP_LIBSODIUM_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: noet sw=4 ts=4 fdm=marker - * vim<600: noet sw=4 ts=4 - */ |