From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTQLm-0005Km-D9 for qemu-devel@nongnu.org; Wed, 10 Feb 2016 03:42:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTQLj-00029D-72 for qemu-devel@nongnu.org; Wed, 10 Feb 2016 03:42:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTQLj-000297-1p for qemu-devel@nongnu.org; Wed, 10 Feb 2016 03:42:11 -0500 References: <02ab9a89d11c545664eefed50144e644a3d945cc.1454927009.git.samuel.thibault@ens-lyon.org> From: Thomas Huth Message-ID: <56BAF7DC.1020904@redhat.com> Date: Wed, 10 Feb 2016 09:42:04 +0100 MIME-Version: 1.0 In-Reply-To: <02ab9a89d11c545664eefed50144e644a3d945cc.1454927009.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 08.02.2016 11:28, Samuel Thibault wrote: > From: Guillaume Subiron > > No code change. > > Signed-off-by: Guillaume Subiron > Signed-off-by: Samuel Thibault > --- > 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