Fix indentation

This commit is contained in:
Arun Prakash Jana 2019-02-11 21:11:28 +05:30
parent 2ab9cfa0d0
commit 8cdba23535
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -1419,7 +1419,7 @@ static int nextsel(int *presel)
&& kevent(kq, events_to_monitor, NUM_EVENT_SLOTS, && kevent(kq, events_to_monitor, NUM_EVENT_SLOTS,
event_data, NUM_EVENT_FDS, &gtimeout) > 0) event_data, NUM_EVENT_FDS, &gtimeout) > 0)
#endif #endif
c = CONTROL('L'); c = CONTROL('L');
} else } else
idle = 0; idle = 0;