From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVy1V-00069D-41 for qemu-devel@nongnu.org; Wed, 17 Feb 2016 04:03:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVy1R-0005s6-3m for qemu-devel@nongnu.org; Wed, 17 Feb 2016 04:03:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVy1Q-0005rP-UY for qemu-devel@nongnu.org; Wed, 17 Feb 2016 04:03:45 -0500 References: <5a465ed20e2036f3efc72171aebb93d2182e83cc.1455471945.git.samuel.thibault@ens-lyon.org> From: Thomas Huth Message-ID: <56C4376A.4000806@redhat.com> Date: Wed, 17 Feb 2016 10:03:38 +0100 MIME-Version: 1.0 In-Reply-To: <5a465ed20e2036f3efc72171aebb93d2182e83cc.1455471945.git.samuel.thibault@ens-lyon.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv7 6/9] slirp: Reindent after refactoring List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Thibault , qemu-devel@nongnu.org Cc: zhanghailiang , Li Zhijian , Stefan Hajnoczi , Jason Wang , Dave Gilbert , Vasiliy Tolstov , Huangpeng , Gonglei , Jan Kiszka , Guillaume Subiron On 14.02.2016 18:47, Samuel Thibault wrote: > From: Guillaume Subiron > > No code change. > > Signed-off-by: Guillaume Subiron > Signed-off-by: Samuel Thibault > --- > slirp/tcp_input.c | 92 +++++++++++++++++++++++++++--------------------------- > slirp/tcp_output.c | 29 +++++++++-------- > slirp/tcp_subr.c | 50 ++++++++++++++--------------- > 3 files changed, 85 insertions(+), 86 deletions(-) I've checked it, no code change, just re-indention. Reviewed-by: Thomas Huth