summaryrefslogtreecommitdiff
path: root/tests/24-live-arg_allow.c
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-10-18 16:17:59 -0400
committerPaul Moore <pmoore@redhat.com>2013-10-21 10:55:50 -0400
commit53dcfa3ff0eadd09adc0925e676f8ba320a1ca30 (patch)
tree3035dac7e1e632e0767d0d887b51018057ea6375 /tests/24-live-arg_allow.c
parent5e85302663fc6dc172b96a34fd4a440676a4d42d (diff)
downloadlibseccomp-53dcfa3ff0eadd09adc0925e676f8ba320a1ca30.tar.gz
all: assorted formatting fixes
Since we have a tool to verify the source code style/formatting, let's put it to good use. Signed-off-by: Paul Moore <pmoore@redhat.com>
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;