fix some indention-with-spaces that crept in
[musl] / src / linux / setns.c
index af3eb09..7029b74 100644 (file)
@@ -5,5 +5,5 @@
 
 int setns(int fd, int nstype)
 {
-        return syscall(SYS_setns, fd, nstype);
+       return syscall(SYS_setns, fd, nstype);
 }