diff options
Diffstat (limited to 'ext/intl/msgformat/msgformat_attr.c')
-rw-r--r-- | ext/intl/msgformat/msgformat_attr.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/intl/msgformat/msgformat_attr.c b/ext/intl/msgformat/msgformat_attr.c index 78eb727c61..51d9df049f 100644 --- a/ext/intl/msgformat/msgformat_attr.c +++ b/ext/intl/msgformat/msgformat_attr.c @@ -140,12 +140,3 @@ PHP_FUNCTION( msgfmt_get_locale ) RETURN_STRING(loc); } /* }}} */ - -/* - * 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 - */ |