grub-devel
[Top][All Lists]
Advanced

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

[PATCH]: Missing newline at end of file.


From: David Miller
Subject: [PATCH]: Missing newline at end of file.
Date: Wed, 29 Apr 2009 18:28:53 -0700 (PDT)

The build had been warning about this for a few weeks now,
I finnaly got annoyed enough to fix it :-)

Committed.

2009-04-29  David S. Miller  <address@hidden>

        * normal/command.c: Add missing newline at end of file.

diff --git a/normal/command.c b/normal/command.c
index 863d45f..3296515 100644
--- a/normal/command.c
+++ b/normal/command.c
@@ -67,4 +67,4 @@ grub_command_execute (char *cmdline, int interactive)
     grub_set_more (0);
 
   return ret;
-}
\ No newline at end of file
+}




reply via email to

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