[hipl-dev] Re: [Branch ~hipl-core/hipl/trunk] Rev 5215: cosmetics: Place goto labels in column 0.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-dev@xxxxxxxxxxxxx
  • Date: Tue, 30 Nov 2010 11:10:48 +0100

On Tue, Nov 30, 2010 at 10:54:03AM +0100, René Hummen wrote:
> On 30.11.2010, at 10:50, noreply@xxxxxxxxxxxxx wrote:
> > ------------------------------------------------------------
> > revno: 5215
> > committer: Diego Biurrun <diego@xxxxxxxxxx>
> > branch nick: hipl
> > timestamp: Tue 2010-11-30 10:48:11 +0100
> > message:
> >  cosmetics: Place goto labels in column 0.
> > modified:
> >  hipd/cookie.c
> >  hipd/esp_prot_hipd_msg.c
> >  hipd/hidb.c
> >  hipd/input.c
> >  modules/update/hipd/update.c
> > 
> > --- hipd/esp_prot_hipd_msg.c        2010-11-19 17:07:10 +0000
> > +++ hipd/esp_prot_hipd_msg.c        2010-11-30 09:48:11 +0000
> > @@ -976,7 +976,7 @@
> >                                            src_ip, spi),
> >              -1, "failed to send UPDATE replay");
> > 
> > -  out_err:
> > +out_err:
> >     return err;
> > }
> 
> HIPL always indents out_err with _two_ spaces!

False:

~/src/hipl/trunk $ grep -r '^out_err:' . 2> /dev/null | egrep -v 
'\*~|/.bzr/|/.svn/|^Binary file|.deps/' | wc -l
411

I just adjusted a handful of instances to match the other 400 :)

Diego

Other related posts: