From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1273625-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D89561382C5
	for <garchives@archives.gentoo.org>; Wed, 21 Apr 2021 18:51:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EBF86E0866;
	Wed, 21 Apr 2021 18:51:10 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CD523E0863
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Apr 2021 18:51:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 61E52340AED
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Apr 2021 18:51:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BDCF66A
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Apr 2021 18:51:07 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1619030992.f843c7900965777b328464d8bc1838f1fd172df8.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
X-VCS-Directories: www-apps/chromedriver-bin/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f843c7900965777b328464d8bc1838f1fd172df8
X-VCS-Branch: master
Date: Wed, 21 Apr 2021 18:51:07 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e36fc318-b0c1-4623-b7ef-9f74d92e7d87
X-Archives-Hash: 00e5b241027683716b5c98c31ef37bbb

commit:     f843c7900965777b328464d8bc1838f1fd172df8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 07:10:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 18:49:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f843c790

www-apps/chromedriver-bin: fix function declaration style (braces)

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
index 894c3d02983..7c2aac12ffe 100644
--- a/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
+++ b/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
@@ -21,7 +21,6 @@ RDEPEND="!www-client/chromium
 S="${WORKDIR}"
 QA_PREBUILT="usr/bin/chromedriver"
 
-src_install()
-{
+src_install() {
 	dobin chromedriver
 }