Re: [PATCH] Remove whitespace

2016-08-24 Thread Jonathan Wakely
On 22/08/16 23:38 +0100, Jonathan Wakely wrote: On 22/08/16 15:30 -0700, Mike Stump wrote: On Aug 22, 2016, at 2:45 PM, Aditya Kumar wrote: libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/bits/algorithmfwd.h| 206 ++-- libstdc++-v3/include/b

Re: [PATCH] Remove whitespace

2016-08-22 Thread Jonathan Wakely
On 22/08/16 15:30 -0700, Mike Stump wrote: On Aug 22, 2016, at 2:45 PM, Aditya Kumar wrote: libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/bits/algorithmfwd.h| 206 ++-- libstdc++-v3/include/bits/shared_ptr_base.h | 26 ++-- 3 files changed,

Re: [PATCH] Remove whitespace

2016-08-22 Thread Mike Stump
On Aug 22, 2016, at 2:45 PM, Aditya Kumar wrote: > > libstdc++-v3/ChangeLog | 5 + > libstdc++-v3/include/bits/algorithmfwd.h| 206 ++-- > libstdc++-v3/include/bits/shared_ptr_base.h | 26 ++-- > 3 files changed, 121 insertions(+), 116 deletions(-)

[PATCH] Remove whitespace

2016-08-22 Thread Aditya Kumar
--- libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/bits/algorithmfwd.h| 206 ++-- libstdc++-v3/include/bits/shared_ptr_base.h | 26 ++-- 3 files changed, 121 insertions(+), 116 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/

[PATCH] remove whitespace

2016-08-22 Thread Aditya Kumar
--- libstdc++-v3/include/bits/shared_ptr_base.h | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/libstdc++-v3/include/bits/shared_ptr_base.h b/libstdc++-v3/include/bits/shared_ptr_base.h index 787dc9b..60b825c 100644 --- a/libstdc++-v3/include/bits/

Re: [PATCH] Remove whitespace inside

2012-11-11 Thread Jonathan Wakely
On 11 November 2012 19:26, Andreas Schwab wrote: > Whitespace is apparently significant for , you get something > like > > > > in the HTML output. Huh, thanks for noticing it. Assuming it passes 'make doc-xml-validate-docbook' the patch is OK.

[PATCH] Remove whitespace inside

2012-11-11 Thread Andreas Schwab
Whitespace is apparently significant for , you get something like in the HTML output. Andreas. * doc/xml/chapter.txml: Remove whitespace inside . * doc/xml/class.txml: Likewise. * doc/xml/manual/abi.xml: Likewise. * doc/xml/manual/algorithms.xml: Likewise.