From: Christopher Jones Date: Tue, 20 Aug 2013 18:04:26 +0000 (-0700) Subject: Remove compilation warning "warning: no newline at end of file" X-Git-Tag: php-5.5.6RC1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=433225a92938c3fb22a4351d7f555c8faba38a9a;p=php Remove compilation warning "warning: no newline at end of file" --- 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 +}