From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYiwD-0000m1-6v for qemu-devel@nongnu.org; Mon, 20 Jun 2011 14:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYiwA-00068L-9A for qemu-devel@nongnu.org; Mon, 20 Jun 2011 14:11:04 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:50988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYiw9-00068H-Uu for qemu-devel@nongnu.org; Mon, 20 Jun 2011 14:11:02 -0400 Received: by gyg10 with SMTP id 10so867477gyg.4 for ; Mon, 20 Jun 2011 11:11:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 20 Jun 2011 19:10:59 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/1] fix operator precedence List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frediano Ziglio Cc: qemu-devel@nongnu.org On Mon, Jun 20, 2011 at 2:25 PM, Frediano Ziglio wrote= : > Signed-off-by: Frediano Ziglio > --- > =A0cmd.c | =A0 =A06 +++--- > =A01 files changed, 3 insertions(+), 3 deletions(-) Thanks for the patch! cmd.c:timestr() has tabs for indentation but your patch uses spaces. I applied your changes manually to the trivial-patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches For more info on the trivial patches tree, see http://wiki.qemu.org/Contribute/TrivialPatches. Please make sure whitespace remains unmodified in the future so that your patches apply, this is often a mail client issue. Try git-send-email(1), it does the right thing. Stefan