diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-09-29 01:14:07 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-09-29 01:14:07 -0400 |
commit | c983e6415abdc30893b2fe359a334033c59ec621 (patch) | |
tree | 324eaf2393680b4a3aa819c847249206af8393e8 /src/unistd | |
parent | 8c0a3d9e5c169fc9d0f246ab59362b658b029ad7 (diff) | |
download | musl-c983e6415abdc30893b2fe359a334033c59ec621.tar.gz musl-c983e6415abdc30893b2fe359a334033c59ec621.tar.bz2 musl-c983e6415abdc30893b2fe359a334033c59ec621.tar.xz musl-c983e6415abdc30893b2fe359a334033c59ec621.zip |
fix some indention-with-spaces that crept in
Diffstat (limited to 'src/unistd')
-rw-r--r-- | src/unistd/acct.c | 2 |
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); } |