From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsfKa-0001vT-72 for qemu-devel@nongnu.org; Tue, 29 Sep 2009 12:13:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsfKL-0001Jb-DQ for qemu-devel@nongnu.org; Tue, 29 Sep 2009 12:13:25 -0400 Received: from [199.232.76.173] (port=58745 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsfKL-0001JO-7b for qemu-devel@nongnu.org; Tue, 29 Sep 2009 12:13:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1025) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsfKJ-0000Zh-N0 for qemu-devel@nongnu.org; Tue, 29 Sep 2009 12:13:20 -0400 Date: Tue, 29 Sep 2009 18:11:16 +0200 From: "Michael S. Tsirkin" Message-ID: <20090929161115.GA13885@redhat.com> References: <20090923200635.GA21246@redhat.com> <20090924191121.GB29419@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] CODING_STYLE (was Re: [PATCHv2] qemu: target library, use it in msix) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On Thu, Sep 24, 2009 at 11:13:38PM +0300, Blue Swirl wrote: > >> As this is not a clean revert anyway, please don't revert the part c= hanging > >> if (x) > >> =A0y; > >> else > >> =A0z; > >> > >> to > >> > >> if (x) { > >> =A0y; > >> } else { > >> =A0z; > >> } > > > > Did I mention I hate this style? But okay :). >=20 > I'm not a great fan of this either, but this is the CODING_STYLE. Maybe we can all vote to change this? --=20 MST