* [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
* Re: [PATCH]: Missing newline at end of file.
2009-04-30 1:28 [PATCH]: Missing newline at end of file David Miller
@ 2009-05-02 14:28 ` Robert Millan
0 siblings, 0 replies; 2+ messages in thread
From: Robert Millan @ 2009-05-02 14:28 UTC (permalink / raw)
To: The development of GRUB 2
On Wed, Apr 29, 2009 at 06:28:53PM -0700, David Miller wrote:
> 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
> +}
Hi David,
For such trivial/obvious changes just check in right away, no need to
trouble yourself sending patches etc ;-)
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [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.