summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-10-22 17:36:55 -0400
committerPaul Moore <pmoore@redhat.com>2013-10-22 17:36:55 -0400
commitbbac038b75ec9df641e774b470d56d9e0a587850 (patch)
treea1a7215f04ccf257a3bd074feece21a2047ac51c
parentf95041f5dd08e98f5c5a5a7fb2e5a17da17eb1ef (diff)
downloadlibseccomp-bbac038b75ec9df641e774b470d56d9e0a587850.tar.gz
api: fix some vertical whitespace mistakes
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--src/api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/api.c b/src/api.c
index a5a1a9a..86e5f9d 100644
--- a/src/api.c
+++ b/src/api.c
@@ -501,7 +501,6 @@ API int seccomp_rule_add_array(scmp_filter_ctx ctx,
0, action, syscall, arg_cnt, arg_array);
}
-
/* NOTE - function header comment in include/seccomp.h */
API int seccomp_rule_add(scmp_filter_ctx ctx,
uint32_t action, int syscall,
@@ -524,7 +523,6 @@ API int seccomp_rule_add(scmp_filter_ctx ctx,
return rc;
}
-
/* NOTE - function header comment in include/seccomp.h */
API int seccomp_rule_add_exact_array(scmp_filter_ctx ctx,
uint32_t action, int syscall,
@@ -538,7 +536,6 @@ API int seccomp_rule_add_exact_array(scmp_filter_ctx ctx,
1, action, syscall, arg_cnt, arg_array);
}
-
/* NOTE - function header comment in include/seccomp.h */
API int seccomp_rule_add_exact(scmp_filter_ctx ctx,
uint32_t action, int syscall,