From bbac038b75ec9df641e774b470d56d9e0a587850 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 22 Oct 2013 17:36:55 -0400 Subject: api: fix some vertical whitespace mistakes Signed-off-by: Paul Moore --- src/api.c | 3 --- 1 file changed, 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, -- cgit v1.2.1