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/unistd/acct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd') diff --git a/src/unistd/acct.c b/src/unistd/acct.c index 93847127..f6f25a8a 100644 --- a/src/unistd/acct.c +++ b/src/unistd/acct.c @@ -5,5 +5,5 @@ int acct(const char *filename) { - return syscall(SYS_acct, filename); + return syscall(SYS_acct, filename); } -- cgit v1.2.1