vt: formatting
authorAlan Cox <alan@etchedpixels.co.uk>
Mon, 2 Nov 2015 12:27:10 +0000 (12:27 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Mon, 2 Nov 2015 12:27:10 +0000 (12:27 +0000)
Kernel/vt.c

index 49bac7d..7637d98 100644 (file)
@@ -404,11 +404,10 @@ void clear_across(int8_t y, int8_t x, int16_t l)
        memset(s, ' ', l);
 }
 
-void vtattr_notify( void )
+void vtattr_notify(void)
 {
 }
 
-
 /* FIXME: these should use memmove */
 
 void scroll_up(void)