landlock: Format with clang-format
authorMickaël Salaün <mic@digikod.net>
Fri, 6 May 2022 16:05:08 +0000 (18:05 +0200)
committerMickaël Salaün <mic@digikod.net>
Mon, 9 May 2022 10:31:10 +0000 (12:31 +0200)
commit06a1c40a09a8dded4bf0e7e3ccbda6bddcccd7c8
treec56afc5d9b856a1b38cf8496515eee4b7d4e23c9
parent6cc2df8e3a3967e7c13a424f87f6efb1d4a62d80
landlock: Format with clang-format

Let's follow a consistent and documented coding style.  Everything may
not be to our liking but it is better than tacit knowledge.  Moreover,
this will help maintain style consistency between different developers.

This contains only whitespace changes.

Automatically formatted with:
clang-format-14 -i security/landlock/*.[ch] include/uapi/linux/landlock.h

Link: https://lore.kernel.org/r/20220506160513.523257-3-mic@digikod.net
Cc: stable@vger.kernel.org
Signed-off-by: Mickaël Salaün <mic@digikod.net>
security/landlock/cred.c
security/landlock/cred.h
security/landlock/fs.c
security/landlock/fs.h
security/landlock/object.c
security/landlock/object.h
security/landlock/ptrace.c
security/landlock/ruleset.c
security/landlock/ruleset.h
security/landlock/syscalls.c