From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50227 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8WE6-00047r-0u for qemu-devel@nongnu.org; Sat, 09 Apr 2011 07:21:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8WE4-00088Z-FB for qemu-devel@nongnu.org; Sat, 09 Apr 2011 07:21:13 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:61372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8WE4-00088V-Ai for qemu-devel@nongnu.org; Sat, 09 Apr 2011 07:21:12 -0400 Received: by wyb42 with SMTP id 42so4152295wyb.4 for ; Sat, 09 Apr 2011 04:21:11 -0700 (PDT) Date: Sat, 9 Apr 2011 12:21:07 +0100 From: Stefan Hajnoczi Subject: Re: [Qemu-devel] [PATCH] event: trivial coding style fixes. Message-ID: <20110409112107.GC8562@stefanha-thinkpad.localdomain> References: <201104091211.36963.bradh@frogmouth.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201104091211.36963.bradh@frogmouth.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Hards Cc: trivial-patches@qemu.org, qemu-devel@nongnu.org On Sat, Apr 09, 2011 at 12:11:36PM +1000, Brad Hards wrote: > > Signed-off-by: Brad Hards > --- > input.c | 14 +++++++------- > 1 files changed, 7 insertions(+), 7 deletions(-) The rest of the file follows the coding style, so I guess this change is reasonable. Merged into the trivial patches tree: git://repo.or.cz/qemu/stefanha.git trivial-patches A pull request will be sent to merge this into qemu.git. For more information, see http://wiki.qemu.org/Contribute/TrivialPatches. Stefan