summaryrefslogtreecommitdiff
path: root/tests/24-live-arg_allow.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/24-live-arg_allow.c')
-rw-r--r--tests/24-live-arg_allow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/24-live-arg_allow.c b/tests/24-live-arg_allow.c
index fd6e289..e071dda 100644
--- a/tests/24-live-arg_allow.c
+++ b/tests/24-live-arg_allow.c
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
if (rc != 0)
goto out;
- fd = open("/dev/null", O_WRONLY|O_CREAT, S_IRUSR|S_IWUSR);
+ fd = open("/dev/null", O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR);
if (fd < 0) {
rc = errno;
goto out;