mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-3322 Minor formatting fix
X-SVN-Rev: 14366
This commit is contained in:
parent
76053cb3c6
commit
cbd3b2ba03
1 changed files with 3 additions and 2 deletions
|
@ -287,7 +287,8 @@ static UDataMemory *udata_cacheDataItem(const char *path, UDataMemory *item, UEr
|
|||
umtx_lock(NULL);
|
||||
oldValue = uhash_get(htable, path);
|
||||
if (oldValue != NULL) {
|
||||
subErr = U_USING_DEFAULT_WARNING; }
|
||||
subErr = U_USING_DEFAULT_WARNING;
|
||||
}
|
||||
else {
|
||||
uhash_put(
|
||||
htable,
|
||||
|
@ -1220,7 +1221,7 @@ udata_openChoice(const char *path, const char *type, const char *name,
|
|||
UDataMemoryIsAcceptable *isAcceptable, void *context,
|
||||
UErrorCode *pErrorCode) {
|
||||
#ifdef UDATA_DEBUG
|
||||
fprintf(stderr, "udata_openChoice(): Opening: %s . %s\n", name, type);fflush(stderr);
|
||||
fprintf(stderr, "udata_openChoice(): Opening: %s . %s\n", name, type);fflush(stderr);
|
||||
#endif
|
||||
|
||||
if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue