Skip to content

Commit ce4a781

Browse files
committed
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>
1 parent 27283b3 commit ce4a781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

security/selinux/include/conditional.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
#include "security.h"
1515

16-
int security_get_bools(struct selinux_policy *policy,
17-
u32 *len, char ***names, int **values);
16+
int security_get_bools(struct selinux_policy *policy, u32 *len, char ***names,
17+
int **values);
1818

1919
int security_set_bools(u32 len, int *values);
2020

0 commit comments

Comments
 (0)