[elm/index] fix indentation

SVN revision: 75745
This commit is contained in:
Jihoon Kim 2012-08-28 04:02:14 +00:00
parent 4a1becc2ba
commit f6faf3708e
1 changed files with 5 additions and 4 deletions

View File

@ -29,10 +29,11 @@ _item_free(Elm_Index_Item *it)
ELM_INDEX_DATA_GET(WIDGET(it), sd);
sd->items = eina_list_remove(sd->items, it);
if (it->letter) {
eina_stringshare_del(it->letter);
it->letter = NULL;
}
if (it->letter)
{
eina_stringshare_del(it->letter);
it->letter = NULL;
}
}
static void