Skip to content

Commit 433225a

Browse files
committed
Remove compilation warning "warning: no newline at end of file"
1 parent ec3f8d2 commit 433225a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/breakiterator/codepointiterator_methods.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ U_CFUNC PHP_FUNCTION(cpbi_get_last_code_point)
4141
BREAKITER_METHOD_FETCH_OBJECT;
4242

4343
RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint());
44-
}
44+
}

0 commit comments

Comments
 (0)