fix formatting

This commit is contained in:
Paul Sajna
2018-03-09 00:56:02 -08:00
parent a7fba79be7
commit 1c1a48b648
+1 -1
View File
@@ -144,7 +144,7 @@ pub fn setpgid(pid: pid_t, pgid: pid_t) -> c_int {
}
pub fn setregid(rgid: gid_t, egid: gid_t) -> c_int {
e(unsafe { syscall!(SETREGID, rgid, egid) }) as c_int
e(unsafe { syscall!(SETREGID, rgid, egid) }) as c_int
}
pub fn setreuid(ruid: uid_t, euid: uid_t) -> c_int {