Re: [Libvir] [PATCH] Avoid "make syntax-check" failure.

2008-02-20 Thread Daniel Veillard
On Wed, Feb 20, 2008 at 04:56:21PM +0100, Jim Meyering wrote: > There were a few trailing blanks in a generated Makefile.am file. > This patch fixes the python script not to emit the offending spaces: > > Avoid "make syntax-check" failure. > * docs/examples/index.py: Don't emit trailin

[Libvir] [PATCH] Avoid "make syntax-check" failure.

2008-02-20 Thread Jim Meyering
There were a few trailing blanks in a generated Makefile.am file. This patch fixes the python script not to emit the offending spaces: Avoid "make syntax-check" failure. * docs/examples/index.py: Don't emit trailing blanks. * docs/examples/Makefile.am: Regenerate. Signed-o