about summary refs log tree commit diff
path: root/src/unistd
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd')
-rw-r--r--src/unistd/acct.c2
1 files changed, 1 insertions, 1 deletions
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);
 }