On Tue, Apr 17, 2012 at 09:00:02PM +0530, Ashish Chavan wrote: > To do that we will have to use spaces instead of tab for indentation. I > am not sure if that is fine. You mean something like below, right? > if ((fref == da7210_pll_div[cnt].fref) && > (da7210->master == da7210_pll_div[cnt].mode) && > (fout == da7210_pll_div[cnt].fout)) { Yes, that's totally fine. 8 character tabs and spaces below that.