This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] Fix empty grouping problem in regex


On Mon, Aug 19, 2013 at 6:17 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> Doesn't everything in between the last added line above and the first added
> line below need reindenting by 2 spaces (plus of course transforming any 8
> consecutive spaces into tabs)?

Thanks for correcting the indentation :)

About tab vs spaces, I didn't notice(or care) this before. I searched
about tab vs spaces and found something interesting
here(http://gcc.gnu.org/ml/libstdc++/2008-07/msg00161.html).

So should I later propose a single patch to make every 8 spaces to a
tab, or just make changes for all my committed files in this patch?


-- 
Tim Shen


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