formatting only

This commit is contained in:
ehouse 2006-02-17 07:27:58 +00:00
parent 3f0353c681
commit 2b2635aa8f

View file

@ -681,7 +681,7 @@ blocking_gotEvent( CursesAppGlobals* globals, int* ch )
--numEvents;
}
if ( (globals->fdArray[FD_STDIN].revents & ~POLLIN ) ) {
XP_LOGF( "some other events set on stdin" );
XP_LOGF( "some other events set on stdin" );
}
if ( (globals->fdArray[FD_TIMEEVT].revents & POLLIN) != 0 ) {