Fix formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-08 12:44:15 +01:00
parent 45a2296218
commit ca318c05fd
1 changed files with 2 additions and 1 deletions

View File

@ -1395,7 +1395,8 @@ _ecore_ipc_event_server_data(void *data EINA_UNUSED, int ev_type EINA_UNUSED, vo
Ecore_Con_Event_Server_Data *e;
e = ev;
if (!eina_list_data_find(servers, ecore_con_server_data_get(e->server))) return ECORE_CALLBACK_RENEW;
if (!eina_list_data_find(servers, ecore_con_server_data_get(e->server)))
return ECORE_CALLBACK_RENEW;
/* handling code here */
{
Ecore_Ipc_Server *svr;