From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NG8rM-0003Cl-94 for qemu-devel@nongnu.org; Thu, 03 Dec 2009 05:24:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NG8rH-00039c-9D for qemu-devel@nongnu.org; Thu, 03 Dec 2009 05:24:27 -0500 Received: from [199.232.76.173] (port=47136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG8rH-00039V-2U for qemu-devel@nongnu.org; Thu, 03 Dec 2009 05:24:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23781) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NG8rG-0006DX-M8 for qemu-devel@nongnu.org; Thu, 03 Dec 2009 05:24:22 -0500 Message-ID: <4B179192.10106@redhat.com> Date: Thu, 03 Dec 2009 11:23:14 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] Socket reconnection. References: <4B0DCC45.5080308@collabora.co.uk> <4B13FE66.2080401@codemonkey.ws> <4B1503EF.6090806@collabora.co.uk> <58BD0469C48A7443A479A13D101685E30380B88A@ala-mail09.corp.ad.wrs.com> <4B156672.1010008@codemonkey.ws> <4B16442E.3090706@collabora.co.uk> <58BD0469C48A7443A479A13D101685E30380C029@ala-mail09.corp.ad.wrs.com> <4B178D2E.9090608@collabora.co.uk> In-Reply-To: <4B178D2E.9090608@collabora.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ian Molton Cc: "Krumme, Chris" , qemu-devel@nongnu.org Am 03.12.2009 11:04, schrieb Ian Molton: > Krumme, Chris wrote: >> This is a mixture of tabs and spaces, for new code pick one. > > I've been sticking with spaces generally. I can't find 'CodingStyle' so > I copied. I think spaces suck for this though. What is acceptable? > linux kernel style ? Four spaces. The file is called CODING_STYLE and it's in the top level directory. Kevin