This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove whitespace


On Aug 22, 2016, at 2:45 PM, Aditya Kumar <aditya.k7@samsung.com> 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(-)

> diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
> index 299bce6..88d908d 100644
> --- a/libstdc++-v3/ChangeLog
> +++ b/libstdc++-v3/ChangeLog
> @@ -1,3 +1,8 @@
> +2016-08-22  Aditya Kumar <hiraditya@msn.com>

blank line here.

> +	* libstdc++-v3/include/bits/algorithmfwd.h: Remove WS
> +	* libstdc++-v3/include/bits/shared_ptr_base.h: Remove WS

> +
> +

One less blank line here.

Also, all libstdc++ must also be copied to the libstdc++ list, otherwise, they won't even see it.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]