Browse Source

Fix indention

Jochen Sprickerhof 5 years ago
parent
commit
05b2653ec1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scroll.c

+ 1 - 1
scroll.c

@@ -220,7 +220,7 @@ skipesc(char c)
 				case 'J':
 				case 'K':
 				case 'f':
-				return true;
+					return true;
 			}
 		}
 		break;