Skip to content

Commit c5917a8

Browse files
Fix typo and code style
1 parent 5d2ca4c commit c5917a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ext/intl/listformatter/listformatter_class.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@ PHP_METHOD(IntlListFormatter, format)
200200
RETVAL_NEW_STR(ret);
201201
}
202202

203-
cleanup:
204-
for (i = 0; i < count; i++) {
205-
efree((void *)items[i]);
206-
}
207-
efree(items);
208-
efree(itemLengths);
203+
cleanup:
204+
for (i = 0; i < count; i++) {
205+
efree((void *)items[i]);
206+
}
207+
efree(items);
208+
efree(itemLengths);
209209
}
210210

211211
PHP_METHOD(IntlListFormatter, getErrorCode)

ext/intl/tests/listformatter/listformatter_with_paramaters.phpt renamed to ext/intl/tests/listformatter/listformatter_with_parameters.phpt

File renamed without changes.

0 commit comments

Comments
 (0)