On 03/07/2016 07:38 PM, Samuel Thibault wrote: > 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 <maet...@subiron.org> >>> >>> No code change. >>> >>> Signed-off-by: Guillaume Subiron <maet...@subiron.org> >>> Signed-off-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> >>> Reviewed-by: Thomas Huth <th...@redhat.com> >>> --- >>> 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 >
I'm asking since I'm not sure partial reindenting is a the best choice for us. The patch itself is ok.