commit 05b2653ec12ead75d2aaaef59094c5aa9b55f550
Author:     Jochen Sprickerhof <[email protected]>
AuthorDate: Thu Apr 30 22:29:30 2020 +0200
Commit:     Jochen Sprickerhof <[email protected]>
CommitDate: Thu Apr 30 22:29:30 2020 +0200

    Fix indention

diff --git a/scroll.c b/scroll.c
index 466d0bc..82787c2 100644
--- a/scroll.c
+++ b/scroll.c
@@ -220,7 +220,7 @@ skipesc(char c)
                                case 'J':
                                case 'K':
                                case 'f':
-                               return true;
+                                       return true;
                        }
                }
                break;

Reply via email to