Explorar el Código

fix formatting

Paul Sajna hace 7 años
padre
commit
1c1a48b648
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/platform/src/linux/mod.rs

+ 1 - 1
src/platform/src/linux/mod.rs

@@ -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 {