From: Erik van der Kouwe Date: Tue, 27 Apr 2010 13:30:46 +0000 (+0000) Subject: Add missing newline at end of file X-Git-Tag: v3.1.7~116 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=a033e6fcae9a3ed9a11775c3e8734b4447d43c7a;p=minix.git Add missing newline at end of file --- 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 +} +