Fix extraneous newline

This commit is contained in:
Michael Scire 2018-06-25 09:56:25 -06:00
parent ce7e9d6162
commit 084589b75e

View File

@ -305,7 +305,6 @@ Result nsvmGetSafeSystemVersion(u16 *out)
return rc;
}
Result nsdevTerminateProcess(u64 pid) {
IpcCommand c;
ipcInitialize(&c);