diff options
author | Kees Cook <keescook@chromium.org> | 2022-10-18 00:14:20 -0700 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2022-10-25 15:17:23 -0700 |
commit | 8f6e3f9e5a0f58e458a348b7e36af11d0e9702af (patch) | |
tree | b650bc4160a82a7e7f31760801e14927148f63e2 /fs/exec.c | |
parent | 275498a98b1fe77deebddfc4f8986c0cf2c3ced7 (diff) |
binfmt: Fix whitespace issues
Fix the annoying whitespace issues that have been following these files
around for years.
Cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Link: https://lore.kernel.org/r/20221018071350.never.230-kees@kernel.org
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c index b3e87bd50962..1644bf10fb9d 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -172,7 +172,7 @@ SYSCALL_DEFINE1(uselib, const char __user *, library) exit: fput(file); out: - return error; + return error; } #endif /* #ifdef CONFIG_USELIB */ |