Skip to content

Commit

Permalink
binfmt: fix indent on return
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier authored and williamh committed Aug 10, 2015
1 parent c256a7a commit 279f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.d/binfmt.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ start()
ebegin "Loading custom binary format handlers"
"$RC_LIBEXECDIR"/sh/binfmt.sh
eend $?
return 0
return 0
}

0 comments on commit 279f1e5

Please sign in to comment.