]> granicus.if.org Git - icu/commitdiff
ICU-13749 Fix issue with tabs to spaces in previous commit.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 2 May 2018 20:46:17 +0000 (20:46 +0000)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 2 May 2018 20:46:17 +0000 (20:46 +0000)
X-SVN-Rev: 41311

icu4c/source/i18n/zonemeta.cpp

index 9adbe6d8a30c1b81881c4ef9112c0175e77ce701..02562048a525da623890fb8eb0459a273c57605e 100644 (file)
@@ -690,7 +690,7 @@ ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) {
                     mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status);
                     if (U_FAILURE(status)) {
                         delete mzMappings;
-                                               mzMappings = NULL;
+                        mzMappings = NULL;
                         uprv_free(entry);
                         break;
                     }