On 08.02.2016 11:28, 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> > --- > slirp/tcp_input.c | 99 > +++++++++++++++++++++++++++--------------------------- > slirp/tcp_output.c | 29 ++++++++-------- > slirp/tcp_subr.c | 50 +++++++++++++-------------- > 3 files changed, 89 insertions(+), 89 deletions(-)
Not sure, it's just an idea, but maybe it would even make sense to re-indent the whole files in the QEMU coding style now? I mean, indent with 4 spaces instead of tabs? Thomas