commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2606] 2009-09-21 Felix Zielcke <address@hidden>


From: Felix Zielcke
Subject: [2606] 2009-09-21 Felix Zielcke <address@hidden>
Date: Mon, 21 Sep 2009 14:37:06 +0000

Revision: 2606
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2606
Author:   fzielcke
Date:     2009-09-21 14:37:04 +0000 (Mon, 21 Sep 2009)
Log Message:
-----------
2009-09-21  Felix Zielcke  <address@hidden>

        * kern/term.c: Fix indentation.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/kern/term.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-09-21 14:03:11 UTC (rev 2605)
+++ trunk/grub2/ChangeLog       2009-09-21 14:37:04 UTC (rev 2606)
@@ -1,5 +1,9 @@
 2009-09-21  Felix Zielcke  <address@hidden>
 
+       * kern/term.c: Fix indentation.
+
+2009-09-21  Felix Zielcke  <address@hidden>
+
        * util/hostdisk.c: Fix a comment.
 
 2009-09-20  Robert Millan  <address@hidden>

Modified: trunk/grub2/kern/term.c
===================================================================
--- trunk/grub2/kern/term.c     2009-09-21 14:03:11 UTC (rev 2605)
+++ trunk/grub2/kern/term.c     2009-09-21 14:37:04 UTC (rev 2606)
@@ -32,12 +32,12 @@
 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"
   };
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]