Add missing newline at end of file
This commit is contained in:
parent
4bddc57477
commit
a033e6fcae
@ -6,4 +6,5 @@ PUBLIC int sys_schedctl(endpoint_t proc_ep)
|
|||||||
|
|
||||||
m.SCHEDULING_ENDPOINT = proc_ep;
|
m.SCHEDULING_ENDPOINT = proc_ep;
|
||||||
return(_kernel_call(SYS_SCHEDCTL, &m));
|
return(_kernel_call(SYS_SCHEDCTL, &m));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user