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>
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
|
||||
#include "object.h"
|
||||
|
||||
struct landlock_object *landlock_create_object(
|
||||
const struct landlock_object_underops *const underops,
|
||||
void *const underobj)
|
||||
struct landlock_object *
|
||||
landlock_create_object(const struct landlock_object_underops *const underops,
|
||||
void *const underobj)
|
||||
{
|
||||
struct landlock_object *new_object;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user