devtty: fix bogus space
authorAlan Cox <alan@linux.intel.com>
Fri, 13 Feb 2015 21:11:31 +0000 (21:11 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 13 Feb 2015 21:11:31 +0000 (21:11 +0000)
Kernel/platform-zx128/devtty.c

index afb7ee4..0f02992 100644 (file)
@@ -160,7 +160,7 @@ static void keydecode(void)
                        else if (c == ' ')
                                c = KEY_STOP;   /* ^C map for BREAK */
                        else if (c >= '5' && c <= '8')
-                               c = cursor[c - '5']; 
+                               c = cursor[c - '5'];
                }
        }