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

[Minios-devel] [UNIKRAFT PATCH 3/3] lib/uktime: Fix 'no new line at end of file' warning in Config.uk



It seems that Config.uk must have end with an empty line, otherwise we will get
'no new line at end of file' warnings.

Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx>
---
 lib/uktime/Config.uk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/uktime/Config.uk b/lib/uktime/Config.uk
index a68e3f4e..1c634f27 100644
--- a/lib/uktime/Config.uk
+++ b/lib/uktime/Config.uk
@@ -1,3 +1,3 @@
 config LIBUKTIME
        bool "uktime: Time functions"
-       default n
\ No newline at end of file
+       default n
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.