From c983e6415abdc30893b2fe359a334033c59ec621 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 29 Sep 2012 01:14:07 -0400 Subject: fix some indention-with-spaces that crept in --- src/linux/setns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/linux/setns.c') diff --git a/src/linux/setns.c b/src/linux/setns.c index af3eb092..7029b748 100644 --- a/src/linux/setns.c +++ b/src/linux/setns.c @@ -5,5 +5,5 @@ int setns(int fd, int nstype) { - return syscall(SYS_setns, fd, nstype); + return syscall(SYS_setns, fd, nstype); } -- cgit 1.4.1