On Mon, Aug 19, 2013 at 6:17 PM, Jakub Jelinek <ja...@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