summaryrefslogtreecommitdiff
path: root/ext/intl/converter/converter.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/converter/converter.c')
-rw-r--r--ext/intl/converter/converter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/converter/converter.c b/ext/intl/converter/converter.c
index c9ad9a9409..a02edd4efe 100644
--- a/ext/intl/converter/converter.c
+++ b/ext/intl/converter/converter.c
@@ -842,7 +842,7 @@ static PHP_METHOD(UConverter, transcode) {
} else {
RETVAL_FALSE;
}
-
+
if (src_cnv) {
ucnv_close(src_cnv);
}
@@ -864,7 +864,7 @@ static PHP_METHOD(UConverter, getErrorCode) {
RETURN_FALSE;
}
- RETURN_LONG(intl_error_get_code(&(objval->error)));
+ RETURN_LONG(intl_error_get_code(&(objval->error)));
}
/* }}} */