summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2023-12-21 17:18:49 -0500
committerPaul Moore <paul@paul-moore.com>2023-12-22 18:09:27 -0500
commitce4a781baec0d5393fa7da9e9588d12b482256e4 (patch)
tree7fd00ffffe6cdaf1ce413fd16979d58b27955f27 /security
parent27283b3118f4ab8e151f8c7c67ef6df00d9f40f9 (diff)
selinux: fix style issues in security/selinux/include/conditional.h
As part of on ongoing effort to perform more automated testing and provide more tools for individual developers to validate their patches before submitting, we are trying to make our code "clang-format clean". My hope is that once we have fixed all of our style "quirks", developers will be able to run clang-format on their patches to help avoid silly formatting problems and ensure their changes fit in well with the rest of the SELinux kernel code. Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security')
-rw-r--r--security/selinux/include/conditional.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/selinux/include/conditional.h b/security/selinux/include/conditional.h
index 693a654714eb..5910bb7c2eca 100644
--- a/security/selinux/include/conditional.h
+++ b/security/selinux/include/conditional.h
@@ -13,8 +13,8 @@
#include "security.h"
-int security_get_bools(struct selinux_policy *policy,
- u32 *len, char ***names, int **values);
+int security_get_bools(struct selinux_policy *policy, u32 *len, char ***names,
+ int **values);
int security_set_bools(u32 len, int *values);