diff options
| author | 2020-09-29 20:13:17 +0530 | |
|---|---|---|
| committer | 2020-09-29 20:13:17 +0530 | |
| commit | 0581c3f1c79de0921e1e72efc18d7640166da2dc (patch) | |
| tree | db52268e27ed74e33e1b47433d74f3203b56b93d | |
| parent | c235c0f5c8f6c36b5b3685ce88975b2fd721cfec (diff) | |
| download | nnn-0581c3f1c79de0921e1e72efc18d7640166da2dc.tar.gz | |
Fix indentation
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5974,7 +5974,7 @@ nochange: /* Scroll up */ if (event.bstate == BUTTON4_PRESSED && ndents && (cfg.rollover || cur)) { if (!cfg.rollover && cur < scroll_lines) - move_cursor(0,0); + move_cursor(0, 0); else move_cursor((cur + ndents - scroll_lines) % ndents, 0); break; |