ecore/ecore_con - removed white trailings

SVN revision: 66474
This commit is contained in:
ChunEon Park 2011-12-23 07:07:35 +00:00
parent a76caa3021
commit e2b1ac1f61
2 changed files with 4 additions and 6 deletions

View File

@ -464,7 +464,6 @@ ecore_con_server_connect(Ecore_Con_Type compl_type,
if (svr->ecs->lookup)
svr->ecs_state = ECORE_CON_SOCKS_STATE_RESOLVED;
}
}
if (ecore_con_ssl_server_prepare(svr, compl_type & ECORE_CON_SSL))
goto error;
@ -2263,7 +2262,6 @@ _ecore_con_server_flush(Ecore_Con_Server *svr)
}
#endif
}
if (svr->fd_handler)
ecore_main_fd_handler_active_set(svr->fd_handler, ECORE_FD_READ);
}