From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1bpsTP-0004Jg-68 for mharc-qemu-trivial@gnu.org; Fri, 30 Sep 2016 03:43:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpiEo-0000Kc-L8 for qemu-trivial@nongnu.org; Thu, 29 Sep 2016 16:47:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpiEm-0004qy-OB for qemu-trivial@nongnu.org; Thu, 29 Sep 2016 16:47:25 -0400 Received: from mout.gmx.net ([212.227.17.21]:64726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpiEh-0004ou-7e; Thu, 29 Sep 2016 16:47:19 -0400 Received: from localhost.localdomain ([88.153.7.52]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MMGWH-1bqVRo2wof-0083JO; Thu, 29 Sep 2016 22:47:17 +0200 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Thu, 29 Sep 2016 22:46:47 +0200 Message-Id: <20160929204647.23526-1-j.neuschaefer@gmx.net> X-Mailer: git-send-email 2.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:zkak9P7+K7X+PgDe7toIjFWMne1n/9ZgDB097DhachDcZJ8iojf 0jLj7d1ALraDwGluZjHzHAxlPyhb6C73twxkRpnGTnq/3+DpfE16wiRsEDI/YYk/iYYCSqe QDdXayd4NQpOYLi7y3BHx282ck7imB2VXfRjrVv8M+f9rwmhm74oouj2/p7Tr5lTG8C6Ahy KMfqcb4Zxa7026qi85u3w== X-UI-Out-Filterresults: notjunk:1;V01:K0:sX9OCppzumc=:vodqXG43R9ovVvcn8ks4PO 7jyx0gWIP7eMgBXBHRMC0tgZtblp+HiR4/CUkXr8PXHDwTr86GuDfV1KRuvz+Hrik8cG2uZw4 I/enkY2EkErINK5UXQ/DYfI4iwda8LoC3J1X47UQAcmcb8rpVo4e2Av+Cfd2ak2yuuU6H1a5o RaJfiYHqaQ+OYGizVRkXAXeOPfhWzWr1JR/ZhdMupL0J6Y1ZJ46z3R5JYHvqFg65bwP1DNOCS q2G/QyeaoMywzTNMiMeFOZSX54R+296KSIl7FQPQjI/SOUxBEO/FHCt4oHCOBemInR8iAhVJA yHT/aoCz1RwINQHZx1GZV9yjef3Oe0HCkAeqJ/EqfGk5V+K9ixzSyfMRPjm5ydHZslyW7uUD3 tlFDEgeTO6916MI+w1EKixaWtNnggQuKHvpN0x97AZz2l/ACLKqAghCJMhpvbgc0EqywggR6Z hEmIzftzUlMIbc5ALv0vLD+t0qCIFonjtXjleDkpUUElx7RcdMbQl3A7T/i8BSRUyXaFDiTIu byO0nJHo1xg00j+3EaO1cCWMCN99bSGZjkBNq/o0wmsm59fPX1gy8fj3YZOqVQ0llSVrDFlqw PeOQH5rBcm1SOlmIfHSJroXP5hhWgxDwiHwGaChxExb7rxWWC2UnDO7qA4ypEuX2RaF35fc15 esNLlgg/Vugh06GF4pL5AkxdlFtEdXYBnk4tTBcDRAh24LXkKM6HTiq0Ri6zy+vje3emK5st2 cC1xm3T2AouvomYBJ0DPsaAhQasrZmQC3LPxCWqluEIxs27ztFE/RG6HcWjlTPIivb/TblbQb 6XP4v6B X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 212.227.17.21 X-Mailman-Approved-At: Fri, 30 Sep 2016 03:43:10 -0400 Subject: [Qemu-trivial] [PATCH] CODING_STYLE: Fix a typo ("Many a flamewar") X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 20:47:27 -0000 Signed-off-by: Jonathan Neuschäfer --- CODING_STYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING_STYLE b/CODING_STYLE index e7fde15..a03a994 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 flamewars have been fought and lost on this issue. QEMU indents are four spaces. Tabs are never used, except in Makefiles -- 2.9.3