diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-09 23:17:19 -0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-08-10 18:50:10 -0500 |
commit | 279f1e5d1013309d99509ab4b7b57521f8a4aba4 (patch) | |
tree | 40ea962afd4ae57754d07f8eb70fa2b2ee2ebccb /init.d/binfmt.in | |
parent | c256a7aa80c683eca6194c80b57294e4d51c9a16 (diff) |
binfmt: fix indent on return
Diffstat (limited to 'init.d/binfmt.in')
-rw-r--r-- | init.d/binfmt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/binfmt.in b/init.d/binfmt.in index 7de9aa5b..46e22209 100644 --- a/init.d/binfmt.in +++ b/init.d/binfmt.in @@ -16,5 +16,5 @@ start() ebegin "Loading custom binary format handlers" "$RC_LIBEXECDIR"/sh/binfmt.sh eend $? -return 0 + return 0 } |