]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-09-21 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Mon, 21 Sep 2009 14:37:04 +0000 (14:37 +0000)
committerfzielcke <fzielcke@localhost>
Mon, 21 Sep 2009 14:37:04 +0000 (14:37 +0000)
        * kern/term.c: Fix indentation.

ChangeLog
kern/term.c

index 624f9fcd96c8db56277bcdb430a2ceb29a25d2d8..5f50e08318931953ed8f0ee3cbbe95f51b2c93c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-21  Felix Zielcke  <fzielcke@z-51.de>
+
+       * kern/term.c: Fix indentation.
+
 2009-09-21  Felix Zielcke  <fzielcke@z-51.de>
 
        * util/hostdisk.c: Fix a comment.
index 03e2ae573177aafd2f8b8d9a79def2f0970bb6ec..94d5a9e1d5edd2f8b951b9247e3ccd9fb596330b 100644 (file)
@@ -32,12 +32,12 @@ static int grub_more;
 static int cursor_state = 1;
 
 struct grub_handler_class grub_term_input_class =
-      {
+  {
     .name = "terminal_input"
   };
 
 struct grub_handler_class grub_term_output_class =
-      {
+  {
     .name = "terminal_output"
   };