ecore: Remove blank line

Summary: No functional changes, just removing an empty line

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-22 10:58:34 -05:00
parent f9e4bacfc4
commit e063027ed8
1 changed files with 1 additions and 2 deletions

View File

@ -373,7 +373,6 @@ _gfd_events_from_fdh(Ecore_Fd_Handler *fdh)
if (fdh->flags & ECORE_FD_ERROR) events |= G_IO_ERR;
return events;
}
#endif
static inline int
@ -476,7 +475,7 @@ _ecore_main_fdh_epoll_mark_active(void)
if (ret < 0)
{
if (errno == EINTR) return -1;
ERR("epoll_wait failed %d", errno);
ERR("epoll_wait failed on fd: %d %s", efd, strerror(errno));
return -1;
}