From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3RSl-0002JE-Al for qemu-devel@nongnu.org; Mon, 30 Nov 2015 11:38:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3RSj-0004lg-QW for qemu-devel@nongnu.org; Mon, 30 Nov 2015 11:38:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3RSj-0004lO-F0 for qemu-devel@nongnu.org; Mon, 30 Nov 2015 11:38:01 -0500 References: <1448895398-13465-1-git-send-email-ehabkost@redhat.com> <1448895398-13465-5-git-send-email-ehabkost@redhat.com> From: Thomas Huth Message-ID: <565C7B66.6070001@redhat.com> Date: Mon, 30 Nov 2015 17:37:58 +0100 MIME-Version: 1.0 In-Reply-To: <1448895398-13465-5-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 4/4] hw/compat.h: Change indentation of HW_COMPAT_* to 4 spaces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org, "Michael S. Tsirkin" Cc: Marcel Apfelbaum , Haozhong Zhang On 30/11/15 15:56, Eduardo Habkost wrote: > Cosmetic change only. > > Signed-off-by: Eduardo Habkost > --- > include/hw/compat.h | 136 ++++++++++++++++++++++++++-------------------------- > 1 file changed, 68 insertions(+), 68 deletions(-) Reviewed-by: Thomas Huth