[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [mini-os master] console: add newline at EOF
commit f57858b7e8ef8dd48394dd08cec2bef3c9fb92f5 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Mon May 18 09:09:14 2020 +0200 Commit: Wei Liu <wl@xxxxxxx> CommitDate: Sun May 17 23:34:04 2020 +0100 console: add newline at EOF Some gcc versions get pretty unhappy without. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> --- console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/console.c b/console/console.c index c6f6010..9ddae9d 100644 --- a/console/console.c +++ b/console/console.c @@ -174,4 +174,4 @@ void resume_console(void) { xencons_ring_resume(xen_console); console_initialised = 1; -} \ No newline at end of file +} -- generated by git-patchbot for /home/xen/git/mini-os.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |