Skip to content

Commit 317e029

Browse files
committed
selinux: fix style issues in security/selinux/ss/services.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 <[email protected]>
1 parent ec12c6e commit 317e029

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security/selinux/ss/services.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
* Author : Stephen Smalley, <[email protected]>
66
*/
7+
78
#ifndef _SS_SERVICES_H_
89
#define _SS_SERVICES_H_
910

@@ -43,4 +44,4 @@ int services_convert_context(struct convert_context_args *args,
4344
struct context *oldc, struct context *newc,
4445
gfp_t gfp_flags);
4546

46-
#endif /* _SS_SERVICES_H_ */
47+
#endif /* _SS_SERVICES_H_ */

0 commit comments

Comments
 (0)