From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW2un-0004LP-KJ for qemu-devel@nongnu.org; Mon, 22 Sep 2014 08:40:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW2uh-0000lB-GD for qemu-devel@nongnu.org; Mon, 22 Sep 2014 08:40:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW2uh-0000kk-1U for qemu-devel@nongnu.org; Mon, 22 Sep 2014 08:40:19 -0400 From: Markus Armbruster References: <1411165504-18198-1-git-send-email-eblake@redhat.com> <1411165504-18198-2-git-send-email-eblake@redhat.com> Date: Mon, 22 Sep 2014 14:40:08 +0200 In-Reply-To: <1411165504-18198-2-git-send-email-eblake@redhat.com> (Eric Blake's message of "Fri, 19 Sep 2014 16:24:46 -0600") Message-ID: <87vbofhlqv.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 01/19] qapi: Consistent whitespace in tests/Makefile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Fam Zheng , qemu-devel@nongnu.org, wenchaoqemu@gmail.com, Luiz Capitulino Eric Blake writes: > tests/Makefile had a mix of TAB vs. 8-space indentation; given > that it is a Makefile, TAB is more idiomatic even though in these > particular cases the choice of whitespace didn't matter. > > Signed-off-by: Eric Blake Reviewed-by: Markus Armbruster