From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAFVe-0000C4-GK for qemu-devel@nongnu.org; Sun, 11 Jan 2015 05:12:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAFVZ-0004r8-Ic for qemu-devel@nongnu.org; Sun, 11 Jan 2015 05:12:38 -0500 Message-ID: <54B24C8D.1090907@redhat.com> Date: Sun, 11 Jan 2015 12:12:29 +0200 From: Marcel Apfelbaum MIME-Version: 1.0 References: <1420969037-16603-1-git-send-email-marcel@redhat.com> <54B24B12.6020703@weilnetz.de> In-Reply-To: <54B24B12.6020703@weilnetz.de> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vl.c: fix some alignment issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , qemu-trivial@nongnu.org Cc: qemu-devel@nongnu.org On 01/11/2015 12:06 PM, Stefan Weil wrote: > Am 11.01.2015 um 10:37 schrieb Marcel Apfelbaum: >> The main's switch had a few cases misaligned. >> >> Signed-off-by: Marcel Apfelbaum >> --- >> vl.c | 12 ++++++------ >> 1 file changed, 6 insertions(+), 6 deletions(-) >> > > Reviewed-by: Stefan Weil > > The misalignment was caused by tabs which were used instead of spaces. > > A short look on vl.c shows lots of more lines with tabs (also in other switch > statements), so this patch could be extended to fix more lines. This is what I saw while fixing other stuff. :) I'll try to hunt others and send another version. Thanks, Marcel > > Stefan >