From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A9F01386F1 for ; Mon, 10 Aug 2015 03:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F2B6141AD; Mon, 10 Aug 2015 03:17:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78C0E141AD for ; Mon, 10 Aug 2015 03:17:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 808BE34096D for ; Mon, 10 Aug 2015 03:17:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0CB5B9 for ; Mon, 10 Aug 2015 03:17:46 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1439176639.b1f5a09e91ca6568a9befcfbe7d1d7e8ed4cc6f4.vapier@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/binfmt.in X-VCS-Directories: init.d/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: b1f5a09e91ca6568a9befcfbe7d1d7e8ed4cc6f4 X-VCS-Branch: master Date: Mon, 10 Aug 2015 03:17:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f3fe73cc-9890-4e45-bde1-3d408141fc3e X-Archives-Hash: 2a9045444141cc544fe096bed19da897 commit: b1f5a09e91ca6568a9befcfbe7d1d7e8ed4cc6f4 Author: Mike Frysinger gentoo org> AuthorDate: Mon Aug 10 03:17:19 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Aug 10 03:17:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b1f5a09e binfmt: fix indent on return init.d/binfmt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/binfmt.in b/init.d/binfmt.in index 7de9aa5..46e2220 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 }