Skip to content

Commit e5a4cc3

Browse files
committed
selinux: fix style issues in security/selinux/include/ima.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 ce4a781 commit e5a4cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • security/selinux/include

security/selinux/include/ima.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ static inline void selinux_ima_measure_state_locked(void)
2525
}
2626
#endif
2727

28-
#endif /* _SELINUX_IMA_H_ */
28+
#endif /* _SELINUX_IMA_H_ */

0 commit comments

Comments
 (0)