Add missing newline at end of file

This commit is contained in:
Erik van der Kouwe 2010-04-27 13:30:46 +00:00
parent 4bddc57477
commit a033e6fcae

View file

@ -6,4 +6,5 @@ PUBLIC int sys_schedctl(endpoint_t proc_ep)
m.SCHEDULING_ENDPOINT = proc_ep;
return(_kernel_call(SYS_SCHEDCTL, &m));
}
}