From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfVbJ-0005GJ-QH for qemu-devel@nongnu.org; Mon, 03 Dec 2012 07:58:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfVbD-0000xU-RK for qemu-devel@nongnu.org; Mon, 03 Dec 2012 07:58:21 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:45931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfVbD-0000xF-Kk for qemu-devel@nongnu.org; Mon, 03 Dec 2012 07:58:15 -0500 Received: by mail-ee0-f45.google.com with SMTP id d49so1683887eek.4 for ; Mon, 03 Dec 2012 04:58:14 -0800 (PST) Date: Mon, 3 Dec 2012 13:58:11 +0100 From: Stefan Hajnoczi Message-ID: <20121203125811.GE6048@stefanha-thinkpad.redhat.com> References: <8000c1db5e735e027860a47bde50d64ea4a96893.1353660725.git.mprivozn@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8000c1db5e735e027860a47bde50d64ea4a96893.1353660725.git.mprivozn@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-options: Fix space at EOL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Privoznik Cc: qemu-devel@nongnu.org On Fri, Nov 23, 2012 at 09:52:39AM +0100, Michal Privoznik wrote: > There's no need to add a space at the end of line. > Moreover, it can make problems in some projects that > store the help output into a file (and run couple of > tests based on that) and have space at EOL forbidden. > > Signed-off-by: Michal Privoznik > --- > qemu-options.hx | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan