[PATCH] PM / devfreq: consistent indentation

2019-01-21 Thread MyungJoo Ham
Following up with complaints on inconsistent indentation from Yangtao Li, this fixes indentation inconsistency. In principle, this tries to put arguments aligned to the left including the first argument except for in the case where the first argument is on the far-right side. Signed-off-by:

Re: [PATCH] PM / devfreq: consistent indentation

2019-01-20 Thread Frank Lee
On Mon, Jan 21, 2019 at 10:28 AM Chanwoo Choi wrote: > > On 19. 1. 21. 오전 11:19, MyungJoo Ham wrote: > > Following up with complaints on inconsistent indentation from > > Yangtao Li, this fixes indentation inconsistency. > > > > In principle, this tries to put arguments aligned to the left > >

Re: [PATCH] PM / devfreq: consistent indentation

2019-01-20 Thread Chanwoo Choi
On 19. 1. 21. 오전 11:19, MyungJoo Ham wrote: > Following up with complaints on inconsistent indentation from > Yangtao Li, this fixes indentation inconsistency. > > In principle, this tries to put arguments aligned to the left > including the first argument except for in the case where > the first