diff options
author | 2019-02-11 21:11:28 +0530 | |
---|---|---|
committer | 2019-02-11 21:11:28 +0530 | |
commit | 8cdba23535d5f9ee8f375da510f44914013bc026 (patch) | |
tree | d22fb9642e72f7eec1b35f49ef997f3c957a4f18 | |
parent | 2ab9cfa0d0a30e725c8f9322ce5ac10e939d0247 (diff) | |
download | nnn-8cdba23535d5f9ee8f375da510f44914013bc026.tar.gz |
Fix indentation
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 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; |