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 <[email protected]>
* 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 <[email protected]>
+ * kern/term.c: Fix indentation.
+
+2009-09-21 Felix Zielcke <[email protected]>
+
* util/hostdisk.c: Fix a comment.
2009-09-20 Robert Millan <[email protected]>
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"
};