indenting cleanliness

SVN revision: 9103
This commit is contained in:
Carsten Haitzler 2004-02-25 02:24:59 +00:00
parent d2071dcb65
commit 2b2c5f4874
1 changed files with 6 additions and 4 deletions

View File

@ -343,7 +343,9 @@ _ecore_main_fd_handlers_call(void)
fdh = (Ecore_Fd_Handler *)l;
if (!fdh->delete_me)
{
if ((fdh->read_active) || (fdh->write_active) || (fdh->error_active))
if ((fdh->read_active) ||
(fdh->write_active) ||
(fdh->error_active))
{
if (!fdh->func(fdh->data, fdh))
{