From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1actUU-0003zv-B9 for qemu-devel@nongnu.org; Mon, 07 Mar 2016 06:38:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1actUR-0000Uk-5l for qemu-devel@nongnu.org; Mon, 07 Mar 2016 06:38:22 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:8883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1actUQ-0000UV-V8 for qemu-devel@nongnu.org; Mon, 07 Mar 2016 06:38:19 -0500 Date: Mon, 7 Mar 2016 12:38:16 +0100 From: Samuel Thibault Message-ID: <20160307113816.GE5169@var.bordeaux.inria.fr> References: <56DD279D.4020404@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56DD279D.4020404@redhat.com> Subject: Re: [Qemu-devel] [PATCHv9 06/10] slirp: Reindent after refactoring List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: Thomas Huth , zhanghailiang , Li Zhijian , Stefan Hajnoczi , Dave Gilbert , Vasiliy Tolstov , qemu-devel@nongnu.org, Gonglei , Jan Kiszka , Huangpeng , Guillaume Subiron Jason Wang, on Mon 07 Mar 2016 15:02:53 +0800, wrote: > On 02/23/2016 03:28 AM, Samuel Thibault wrote: > > From: Guillaume Subiron > > > > No code change. > > > > Signed-off-by: Guillaume Subiron > > Signed-off-by: Samuel Thibault > > Reviewed-by: Thomas Huth > > --- > > slirp/tcp_input.c | 92 +++++++++++++++++++++++++++--------------------------- > > slirp/tcp_output.c | 29 +++++++++-------- > > slirp/tcp_subr.c | 50 ++++++++++++++--------------- > > How about other files in slirp/ ? What do you mean? This patch is just meant to reindent the code after 'if's and 'case's have been added without reindentation to make it more readable. Do you mean reindenting the whole slirp? That's quite another work... Samuel