From a033e6fcae9a3ed9a11775c3e8734b4447d43c7a Mon Sep 17 00:00:00 2001 From: Erik van der Kouwe Date: Tue, 27 Apr 2010 13:30:46 +0000 Subject: [PATCH] Add missing newline at end of file --- lib/libsys/sys_schedctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libsys/sys_schedctl.c b/lib/libsys/sys_schedctl.c index b60e0f9f3..eb7af8833 100644 --- a/lib/libsys/sys_schedctl.c +++ b/lib/libsys/sys_schedctl.c @@ -6,4 +6,5 @@ PUBLIC int sys_schedctl(endpoint_t proc_ep) m.SCHEDULING_ENDPOINT = proc_ep; return(_kernel_call(SYS_SCHEDCTL, &m)); -} \ No newline at end of file +} + -- 2.44.0