no space affter cast

SVN revision: 68296
This commit is contained in:
Carsten Haitzler 2012-02-23 04:09:43 +00:00
parent 0d93e97822
commit af5309f0a2
1 changed files with 1 additions and 1 deletions

View File

@ -1504,7 +1504,7 @@ EAPI const Eina_List *
elm_widget_focus_custom_chain_get(const Evas_Object *obj)
{
API_ENTRY return NULL;
return (const Eina_List *) sd->focus_chain;
return (const Eina_List *)sd->focus_chain;
}
/**