summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-20 11:04:26 -0700
committerChristopher Jones <sixd@php.net>2013-08-20 11:04:26 -0700
commit433225a92938c3fb22a4351d7f555c8faba38a9a (patch)
treeada67f95b2a8cf80846f14a0aee08d5207eeb842 /ext/intl/breakiterator
parentec3f8d2b1fc870bc920408a9d878122283e4e576 (diff)
downloadphp-git-433225a92938c3fb22a4351d7f555c8faba38a9a.tar.gz
Remove compilation warning "warning: no newline at end of file"
Diffstat (limited to 'ext/intl/breakiterator')
-rw-r--r--ext/intl/breakiterator/codepointiterator_methods.cpp2
1 files changed, 1 insertions, 1 deletions
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
+}