From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bx2nQ-0002cs-Fo for qemu-devel@nongnu.org; Wed, 19 Oct 2016 22:09:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bx2nN-00043I-A4 for qemu-devel@nongnu.org; Wed, 19 Oct 2016 22:09:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33308) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bx2nN-00042r-4v for qemu-devel@nongnu.org; Wed, 19 Oct 2016 22:09:25 -0400 References: <1475218152-31745-1-git-send-email-ppandit@redhat.com> From: Jason Wang Message-ID: <7b18985f-a291-94bc-cd81-bc91f33e4f49@redhat.com> Date: Thu, 20 Oct 2016 10:09:15 +0800 MIME-Version: 1.0 In-Reply-To: <1475218152-31745-1-git-send-email-ppandit@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2] net: pcnet: fix source formatting and indentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: P J P , Qemu Developers Cc: Li Qiang , Prasad J Pandit On 2016=E5=B9=B409=E6=9C=8830=E6=97=A5 14:49, P J P wrote: > From: Prasad J Pandit > > Fix indentations and source format at few places. Add braces > around 'if' and 'while' statements. > > Signed-off-by: Prasad J Pandit > --- > hw/net/pcnet.c | 130 +++++++++++++++++++++++++++++-------------------= --------- > 1 file changed, 67 insertions(+), 63 deletions(-) > > Update per: > ->https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg07944.htm= l Applied, thanks.