Explorar el Código

Fix indention

Jochen Sprickerhof hace 5 años
padre
commit
05b2653ec1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;