From 719ea7b4718541c42fadf78e7a981abb289c7237 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 2 Sep 2016 21:01:19 +0000 Subject: [PATCH] ICU-12652 tab -> space X-SVN-Rev: 39126 --- icu4c/source/common/uloc.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/icu4c/source/common/uloc.cpp b/icu4c/source/common/uloc.cpp index 751d613322f..3db7d971c61 100644 --- a/icu4c/source/common/uloc.cpp +++ b/icu4c/source/common/uloc.cpp @@ -2371,14 +2371,14 @@ uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, UAcceptResult } } uprv_sortArray(items.getAlias(), n, sizeof(items[0]), uloc_acceptLanguageCompare, NULL, TRUE, status); - if (U_FAILURE(*status)) { - return -1; - } - LocalMemory strs(NULL); - if (strs.allocateInsteadAndReset(n) == NULL) { - *status = U_MEMORY_ALLOCATION_ERROR; - return -1; - } + if (U_FAILURE(*status)) { + return -1; + } + LocalMemory strs(NULL); + if (strs.allocateInsteadAndReset(n) == NULL) { + *status = U_MEMORY_ALLOCATION_ERROR; + return -1; + } for(i=0;i q <%g>\n", i, j[i].locale, j[i].q);*/ -- 2.40.0