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 05A4F13835A for ; Tue, 30 Mar 2021 16:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53EBDE0AE5; Tue, 30 Mar 2021 16:10:11 +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 39BD2E0AE5 for ; Tue, 30 Mar 2021 16:10:11 +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 34C89335D2C for ; Tue, 30 Mar 2021 16:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4914C63C for ; Tue, 30 Mar 2021 16:10:07 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1617120055.74c5a670a8e25b07893ee7533e69259cbe806e6d.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/common-mistakes/text.xml X-VCS-Directories: ebuild-writing/common-mistakes/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 74c5a670a8e25b07893ee7533e69259cbe806e6d X-VCS-Branch: master Date: Tue, 30 Mar 2021 16:10:07 +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: 032f618c-9aee-468f-8e01-7b5c28f7b100 X-Archives-Hash: 2a4159cb4e8b10c4a84f17b209b5da22 commit: 74c5a670a8e25b07893ee7533e69259cbe806e6d Author: Sam James gentoo org> AuthorDate: Tue Mar 30 09:56:41 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 30 16:00:55 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=74c5a670 ebuild-writing/common-mistakes: fix 1st->3rd person per style Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/common-mistakes/text.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index b178209..d77b143 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -409,9 +409,8 @@ the guidelines to use TABS rather than spaces. So please use tabs!

-I'm often guilty of this. Remember to run repoman or pkgcheck -over your ebuilds so it can tell you if there is trailing whitespace at the end -of lines or on empty lines. +Remember to run repoman or pkgcheck over your ebuilds so it can +tell you if there is trailing whitespace at the end of lines or on empty lines.