Minor cleanup.

This commit is contained in:
Axel Dörfler 2012-12-27 23:11:54 +01:00
parent 0074cea398
commit 04da290fd6
1 changed files with 2 additions and 1 deletions

View File

@ -450,7 +450,8 @@ ICULocaleBackend::_CreateThreadLocalStorageKey()
}
void ICULocaleBackend::_DestroyThreadLocalStorageValue(void* value)
void
ICULocaleBackend::_DestroyThreadLocalStorageValue(void* value)
{
ICUThreadLocalStorageValue* tlsValue
= static_cast<ICUThreadLocalStorageValue*>(value);