Re: [PATCH] perf/core: clean up inconsisent indentation

2018-10-30 Thread Arnaldo Carvalho de Melo
Em Tue, Oct 30, 2018 at 10:25:31PM +0300, Dan Carpenter escreveu: > On Tue, Oct 30, 2018 at 11:44:44AM -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, Oct 29, 2018 at 11:32:11PM +, Colin King escreveu: > > > From: Colin Ian King > > > Replace a bunch of spaces with tab, cleans up indentati

Re: [PATCH] perf/core: clean up inconsisent indentation

2018-10-30 Thread Dan Carpenter
On Tue, Oct 30, 2018 at 11:44:44AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Oct 29, 2018 at 11:32:11PM +, Colin King escreveu: > > From: Colin Ian King > > > > Replace a bunch of spaces with tab, cleans up indentation > > I think we can live with the spaces as the 'git blame' informa

Re: [PATCH] perf/core: clean up inconsisent indentation

2018-10-30 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 29, 2018 at 11:32:11PM +, Colin King escreveu: > From: Colin Ian King > > Replace a bunch of spaces with tab, cleans up indentation I think we can live with the spaces as the 'git blame' information is more valuable, i.e. who was that touched that line last? Thanks, - Arnaldo