mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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
This commit is contained in:
parent
275498a98b
commit
8f6e3f9e5a
4 changed files with 10 additions and 10 deletions
|
@ -172,7 +172,7 @@ SYSCALL_DEFINE1(uselib, const char __user *, library)
|
|||
exit:
|
||||
fput(file);
|
||||
out:
|
||||
return error;
|
||||
return error;
|
||||
}
|
||||
#endif /* #ifdef CONFIG_USELIB */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue