From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpdXM-00016t-6R for qemu-devel@nongnu.org; Tue, 14 Aug 2018 13:55:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpdX7-0004hF-5k for qemu-devel@nongnu.org; Tue, 14 Aug 2018 13:55:20 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:49502 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fpdX7-0004h9-0u for qemu-devel@nongnu.org; Tue, 14 Aug 2018 13:55:05 -0400 From: Markus Armbruster References: <1534258018-22859-1-git-send-email-thuth@redhat.com> <1534258018-22859-4-git-send-email-thuth@redhat.com> Date: Tue, 14 Aug 2018 19:55:02 +0200 In-Reply-To: <1534258018-22859-4-git-send-email-thuth@redhat.com> (Thomas Huth's message of "Tue, 14 Aug 2018 16:46:55 +0200") Message-ID: <87600cu93d.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 3/6] hw/timer/mc146818rtc: White space clean-up List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" , Juan Quintela , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , "Dr. David Alan Gilbert" , Paolo Bonzini Thomas Huth writes: > mc146818rtc.c still contains some TABs. Replace them with spaces. Also delete trailing whitespace. > > Signed-off-by: Thomas Huth With the commit message amended: Reviewed-by: Markus Armbruster