]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix indentation
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 11 Feb 2019 15:41:28 +0000 (21:11 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 11 Feb 2019 15:41:28 +0000 (21:11 +0530)
src/nnn.c

index 8eccc4f9e0e439f3b6f4d35e08a8e3c3aea6a7f6..415fd0058bac90d010eef61393519fb5945674cc 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -1419,7 +1419,7 @@ static int nextsel(int *presel)
                    && kevent(kq, events_to_monitor, NUM_EVENT_SLOTS,
                              event_data, NUM_EVENT_FDS, &gtimeout) > 0)
 #endif
-                               c = CONTROL('L');
+                       c = CONTROL('L');
        } else
                idle = 0;