binfmt: fix indent on return

This commit is contained in:
Mike Frysinger 2015-08-09 23:17:19 -04:00 committed by William Hubbs
parent c256a7aa80
commit 279f1e5d10

View File

@ -16,5 +16,5 @@ start()
ebegin "Loading custom binary format handlers"
"$RC_LIBEXECDIR"/sh/binfmt.sh
eend $?
return 0
return 0
}