From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYldr-00029i-It for qemu-devel@nongnu.org; Sun, 15 Feb 2009 13:22:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYldq-00029F-1m for qemu-devel@nongnu.org; Sun, 15 Feb 2009 13:22:59 -0500 Received: from [199.232.76.173] (port=57493 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYldp-000293-T0 for qemu-devel@nongnu.org; Sun, 15 Feb 2009 13:22:57 -0500 Received: from yx-out-1718.google.com ([74.125.44.154]:63275) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYldp-0005js-IR for qemu-devel@nongnu.org; Sun, 15 Feb 2009 13:22:57 -0500 Received: by yx-out-1718.google.com with SMTP id 4so1235516yxp.82 for ; Sun, 15 Feb 2009 10:22:56 -0800 (PST) Message-ID: <49985D64.10903@codemonkey.ws> Date: Sun, 15 Feb 2009 12:22:28 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] PATCH: 1/7: Extend 'info vnc' output to show client References: <20090212145302.GO9894@redhat.com> <20090212150134.GQ9894@redhat.com> <4995BC63.8040501@us.ibm.com> <20090215114312.GF4795@redhat.com> In-Reply-To: <20090215114312.GF4795@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Daniel P. Berrange wrote: > Sorry, I added this to all the files I touched as QEMU's indentation rules > don't match the default emacs & emacs will thus mess up all the whitespace. > (c-add-style "qemu" '("stroustrup" (indent-tabs-mode . nil) (c-basic-offset . 4) (tab-width . 8) ) nil) ; t = set this style, nil = don't Is what I'm using FWIW. Regards, Anthony Liguori