From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 5ECC7138334 for ; Sun, 15 Sep 2019 16:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DD51E08D9; Sun, 15 Sep 2019 16:49:04 +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 5579CE08D9 for ; Sun, 15 Sep 2019 16:49:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C70F134B1E8 for ; Sun, 15 Sep 2019 16:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68207744 for ; Sun, 15 Sep 2019 16:49:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1568566122.82b7dd3ed46cd0c3710e9fdc210bed8c6ebc8a2f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yapf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yapf/metadata.xml X-VCS-Directories: dev-python/yapf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 82b7dd3ed46cd0c3710e9fdc210bed8c6ebc8a2f X-VCS-Branch: master Date: Sun, 15 Sep 2019 16:49:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2918a53-584f-4802-9343-6f5f204b667c X-Archives-Hash: 95d530956f370f3e7d07119140d69a21 commit: 82b7dd3ed46cd0c3710e9fdc210bed8c6ebc8a2f Author: Florian Schmaus geekplace eu> AuthorDate: Fri Sep 6 08:54:40 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Sep 15 16:48:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b7dd3e dev-python/yapf: Fix whitespace error in metadata.xml Signed-off-by: Florian Schmaus geekplace.eu> Package-Manager: Portage-2.3.69, Repoman-2.3.16 Closes: https://github.com/gentoo/gentoo/pull/12868 Signed-off-by: Joonas Niilola gentoo.org> dev-python/yapf/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yapf/metadata.xml b/dev-python/yapf/metadata.xml index 28299522aad..6a8372b755f 100644 --- a/dev-python/yapf/metadata.xml +++ b/dev-python/yapf/metadata.xml @@ -13,6 +13,6 @@ YAPF is based off of 'clang-format', developed by Daniel Jasper. In essence, the algorithm takes the code and reformats it to the best formatting that conforms to the style guide, even if the original code - didn't violate the style guide. + didn't violate the style guide.