All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: Missing newline at end of file.
@ 2009-04-30  1:28 David Miller
  2009-05-02 14:28 ` Robert Millan
  0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2009-04-30  1:28 UTC (permalink / raw)
  To: grub-devel


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  <davem@davemloft.net>

	* 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
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-02 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30  1:28 [PATCH]: Missing newline at end of file David Miller
2009-05-02 14:28 ` Robert Millan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.