From ad8943005747577f9f89aade3872bb07779c8c58 Mon Sep 17 00:00:00 2001 From: Younies Date: Tue, 11 Feb 2020 14:41:40 +0100 Subject: [PATCH] format --- icu4c/source/i18n/unitconverter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4c/source/i18n/unitconverter.cpp b/icu4c/source/i18n/unitconverter.cpp index 31a52f9b555..90720b40051 100644 --- a/icu4c/source/i18n/unitconverter.cpp +++ b/icu4c/source/i18n/unitconverter.cpp @@ -87,7 +87,7 @@ struct Factor { factorNum.setTo(factorDen, status); factorDen.setTo(temp, status); - for (int i = 0; i< CONSTANTS_COUNT ; i++) { + for (int i = 0; i < CONSTANTS_COUNT; i++) { constants[i] *= -1; } } @@ -269,7 +269,6 @@ void loadSingleFactor(Factor &factor, StringPiece source, UErrorCode &status) { factor.flip(status); } - return; } } -- 2.40.0