From 3a89259f6cea1ae790062e829993eebfaec0b105 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 8 Jun 2015 15:02:54 +0100 Subject: [PATCH] From: Brett Gordon reboot: Fix missing newline --- Applications/util/reboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/util/reboot.c b/Applications/util/reboot.c index 8c367382..e712b88f 100644 --- a/Applications/util/reboot.c +++ b/Applications/util/reboot.c @@ -19,4 +19,4 @@ int main(int argc, char *argv[]) uadmin(A_REBOOT,0,0); /* If we get here there was an error! */ perror(argv[0]); -} \ No newline at end of file +} -- 2.34.1