mirror of
https://github.com/jarun/nnn.git
synced 2025-04-08 22:46:33 +00:00
Fix indentation
This commit is contained in:
parent
2ab9cfa0d0
commit
8cdba23535
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ static int nextsel(int *presel)
|
|||
&& kevent(kq, events_to_monitor, NUM_EVENT_SLOTS,
|
||||
event_data, NUM_EVENT_FDS, >imeout) > 0)
|
||||
#endif
|
||||
c = CONTROL('L');
|
||||
c = CONTROL('L');
|
||||
} else
|
||||
idle = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue