mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix indentation
This commit is contained in:
parent
2ab9cfa0d0
commit
8cdba23535
|
@ -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, >imeout) > 0)
|
event_data, NUM_EVENT_FDS, >imeout) > 0)
|
||||||
#endif
|
#endif
|
||||||
c = CONTROL('L');
|
c = CONTROL('L');
|
||||||
} else
|
} else
|
||||||
idle = 0;
|
idle = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue