From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5129 invoked by alias); 7 Sep 2011 10:38:26 -0000 Received: (qmail 5042 invoked by uid 22791); 7 Sep 2011 10:38:24 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Sep 2011 10:38:10 +0000 Received: by wyi11 with SMTP id 11so6083827wyi.0 for ; Wed, 07 Sep 2011 03:38:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.169.74 with SMTP id m52mr1385915wel.33.1315391888866; Wed, 07 Sep 2011 03:38:08 -0700 (PDT) Received: by 10.216.22.75 with HTTP; Wed, 7 Sep 2011 03:38:08 -0700 (PDT) In-Reply-To: <201109071135.14630.pedro@codesourcery.com> References: <201109071053.23949.pedro@codesourcery.com> <201109071135.14630.pedro@codesourcery.com> Date: Wed, 07 Sep 2011 10:44:00 -0000 Message-ID: Subject: Re: [PING] Bad Indentation in remote.c: Someone please correct this. From: Abhijit Halder To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00114.txt.bz2 On Wed, Sep 7, 2011 at 4:05 PM, Pedro Alves wrote: > On Wednesday 07 September 2011 11:02:35, Abhijit Halder wrote: >> On Wed, Sep 7, 2011 at 3:23 PM, Pedro Alves wro= te: >> > On Wednesday 07 September 2011 10:32:51, Abhijit Halder wrote: >> > >> >> #cvs diff gdb/remote.c >> >> >> >> Index: gdb/remote.c >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> >> RCS file: /cvs/src/src/gdb/remote.c,v >> >> retrieving revision 1.461 >> >> diff -r1.461 remote.c >> >> 4883c4883 >> >> < =A0 } >> >> --- >> >> > } >> > >> > plain diff output is unreadable by mere mortals. =A0Use "cvs diff -up". >> > >> > -- >> > Pedro Alves >> > >> >> Okay. Here it is: >> > > Applied, thanks. =A0Please send a ChangeLog entry next time. > > -- > Pedro Alves > > 2011-09-07 =A0Abhijit Halder =A0 > > =A0 =A0 =A0 =A0* remote.c (remote_console_output): Reindent. > > --- > =A0gdb/remote.c | =A0 =A04 ++-- > =A01 file changed, 2 insertions(+), 2 deletions(-) > > Index: src/gdb/remote.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- src.orig/gdb/remote.c =A0 =A0 =A0 2011-08-26 12:58:48.000000000 +0100 > +++ src/gdb/remote.c =A0 =A02011-09-07 11:29:14.357975075 +0100 > @@ -4879,8 +4879,8 @@ remote_console_output (char *msg) > =A0 =A0 =A0 tb[1] =3D 0; > =A0 =A0 =A0 fputs_unfiltered (tb, gdb_stdtarg); > =A0 =A0 } > - =A0 =A0gdb_flush (gdb_stdtarg); > - =A0} > + =A0gdb_flush (gdb_stdtarg); > +} > > =A0typedef struct cached_reg > =A0{ > Sure. Thanks, Abhijit Halder