diff options
Diffstat (limited to 'ext/intl/breakiterator')
6 files changed, 6 insertions, 6 deletions
diff --git a/ext/intl/breakiterator/breakiterator_iterators.h b/ext/intl/breakiterator/breakiterator_iterators.h index 716207241..a955f3a8e 100644 --- a/ext/intl/breakiterator/breakiterator_iterators.h +++ b/ext/intl/breakiterator/breakiterator_iterators.h @@ -39,4 +39,4 @@ U_CFUNC zend_object_iterator *_breakiterator_get_iterator( zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); U_CFUNC void breakiterator_register_IntlPartsIterator_class(TSRMLS_D); -#endif
\ No newline at end of file +#endif diff --git a/ext/intl/breakiterator/breakiterator_methods.h b/ext/intl/breakiterator/breakiterator_methods.h index a479ac92e..bc9ce8010 100644 --- a/ext/intl/breakiterator/breakiterator_methods.h +++ b/ext/intl/breakiterator/breakiterator_methods.h @@ -61,4 +61,4 @@ PHP_FUNCTION(breakiter_get_error_code); PHP_FUNCTION(breakiter_get_error_message); -#endif
\ No newline at end of file +#endif diff --git a/ext/intl/breakiterator/codepointiterator_internal.h b/ext/intl/breakiterator/codepointiterator_internal.h index 988b91c20..933347b85 100644 --- a/ext/intl/breakiterator/codepointiterator_internal.h +++ b/ext/intl/breakiterator/codepointiterator_internal.h @@ -95,4 +95,4 @@ namespace PHP { }; } -#endif
\ No newline at end of file +#endif diff --git a/ext/intl/breakiterator/codepointiterator_methods.cpp b/ext/intl/breakiterator/codepointiterator_methods.cpp index ae7e526ea..a833cf185 100644 --- a/ext/intl/breakiterator/codepointiterator_methods.cpp +++ b/ext/intl/breakiterator/codepointiterator_methods.cpp @@ -41,4 +41,4 @@ U_CFUNC PHP_FUNCTION(cpbi_get_last_code_point) BREAKITER_METHOD_FETCH_OBJECT; RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint()); -}
\ No newline at end of file +} diff --git a/ext/intl/breakiterator/codepointiterator_methods.h b/ext/intl/breakiterator/codepointiterator_methods.h index d34e5b61e..ad3b710fc 100644 --- a/ext/intl/breakiterator/codepointiterator_methods.h +++ b/ext/intl/breakiterator/codepointiterator_methods.h @@ -21,4 +21,4 @@ PHP_FUNCTION(cpbi_get_last_code_point); -#endif
\ No newline at end of file +#endif diff --git a/ext/intl/breakiterator/rulebasedbreakiterator_methods.h b/ext/intl/breakiterator/rulebasedbreakiterator_methods.h index edea4ea2a..861ca4253 100644 --- a/ext/intl/breakiterator/rulebasedbreakiterator_methods.h +++ b/ext/intl/breakiterator/rulebasedbreakiterator_methods.h @@ -29,4 +29,4 @@ PHP_FUNCTION(rbbi_get_rule_status_vec); PHP_FUNCTION(rbbi_get_binary_rules); -#endif
\ No newline at end of file +#endif |