]> granicus.if.org Git - php/commitdiff
Remove compilation warning "warning: no newline at end of file"
authorChristopher Jones <sixd@php.net>
Tue, 20 Aug 2013 18:04:26 +0000 (11:04 -0700)
committerChristopher Jones <sixd@php.net>
Tue, 20 Aug 2013 18:04:26 +0000 (11:04 -0700)
ext/intl/breakiterator/codepointiterator_methods.cpp

index ae7e526eadac4a7d167beaed506927668443fb01..a833cf18535947ebe0e57a362aa5d0314fe26013 100644 (file)
@@ -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
+}