From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bplKH-0001wU-OL for qemu-devel@nongnu.org; Thu, 29 Sep 2016 20:05:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bplKG-000753-Ma for qemu-devel@nongnu.org; Thu, 29 Sep 2016 20:05:17 -0400 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Fri, 30 Sep 2016 02:04:28 +0200 Message-Id: <20160930000428.22382-1-j.neuschaefer@gmx.net> In-Reply-To: <20160929233847.n5xe7gmdb5ys5ujv@latitude> References: <20160929233847.n5xe7gmdb5ys5ujv@latitude> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2] CODING_STYLE: Fix a typo ("have" vs. "has") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Peter Maydell , =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Signed-off-by: Jonathan Neuschäfer --- v2: - Preserve the poetic sound of "Many a flamewar", which Peter Maydell pointed out. --- CODING_STYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING_STYLE b/CODING_STYLE index e7fde15..f53180b 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -9,7 +9,7 @@ patches before submitting. Of course, the most important aspect in any coding style is whitespace. Crusty old coders who have trouble spotting the glasses on their noses can tell the difference between a tab and eight spaces from a distance -of approximately fifteen parsecs. Many a flamewar have been fought and +of approximately fifteen parsecs. Many a flamewar has been fought and lost on this issue. QEMU indents are four spaces. Tabs are never used, except in Makefiles -- 2.9.3