lib/icu/Collate: fix indent
This commit is contained in:
parent
334bd73792
commit
61fa770644
@ -159,9 +159,9 @@ IcuCaseFold(const char *src)
|
|||||||
|
|
||||||
UErrorCode error_code = U_ZERO_ERROR;
|
UErrorCode error_code = U_ZERO_ERROR;
|
||||||
size_t folded_length = u_strFoldCase(folded, folded_capacity,
|
size_t folded_length = u_strFoldCase(folded, folded_capacity,
|
||||||
u.data, u.size,
|
u.data, u.size,
|
||||||
U_FOLD_CASE_DEFAULT,
|
U_FOLD_CASE_DEFAULT,
|
||||||
&error_code);
|
&error_code);
|
||||||
delete[] u.data;
|
delete[] u.data;
|
||||||
if (folded_length == 0 || error_code != U_ZERO_ERROR) {
|
if (folded_length == 0 || error_code != U_ZERO_ERROR) {
|
||||||
delete[] folded;
|
delete[] folded;
|
||||||
|
Loading…
Reference in New Issue
Block a user