From 433225a92938c3fb22a4351d7f555c8faba38a9a Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 20 Aug 2013 11:04:26 -0700 Subject: Remove compilation warning "warning: no newline at end of file" --- ext/intl/breakiterator/codepointiterator_methods.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/intl/breakiterator') diff --git a/ext/intl/breakiterator/codepointiterator_methods.cpp b/ext/intl/breakiterator/codepointiterator_methods.cpp index ae7e526ead..a833cf1853 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 +} -- cgit v1.2.1