Hi Stefano,
* Stefano Lattarini wrote on Wed, Sep 08, 2010 at 12:59:20PM CEST:
> Subject: [PATCH] Remove useless whitespace padding in XFAIL_TESTS definition.
>
> * tests/Makefile.am (XFAIL_TESTS): Remove whitespace padding.
This is trading better formatting for some expected merge errors in the
On Wednesday 08 September 2010, Ralf Wildenhues wrote:
> Hi Stefano,
>
> * Stefano Lattarini wrote on Wed, Sep 08, 2010 at 12:59:20PM CEST:
> > Subject: [PATCH] Remove useless whitespace padding in XFAIL_TESTS
> > definition.
> >
> > * tests/Makefile.am (XFAIL_TESTS): Remove whitespace padding.
>
The current definition of $(XFAIL_TESTS) in tests/Makefile.am
contains useless white-space padding, which is just annoying
when new entries are to be added to that variable (I noticed
this while working recently on branch "pot-primary").
The attached very simple patch removes the useless padding.