Skip to content

Commit

Permalink
selinux: fix style issues in security/selinux/include/conditional.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pcmoore committed Dec 22, 2023
1 parent 27283b3 commit ce4a781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/selinux/include/conditional.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ce4a781

Please sign in to comment.