landlock: Format with clang-format
authorMickaël Salaün <mic@digikod.net>
Fri, 6 May 2022 16:05:08 +0000 (18:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:23:22 +0000 (10:23 +0200)
commit695c7c06162a5427e97c262f08d427a8e7b7b972
tree238bc9fbf51459397eabd4c61186ba48fc779627
parent58f52ad1d0adcae46b0f3e76665e624fc60766dd
landlock: Format with clang-format

commit 06a1c40a09a8dded4bf0e7e3ccbda6bddcccd7c8 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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