On 2017/1/13 11:32, Eric Sandeen wrote: > On 1/12/17 9:28 PM, Hou Tao wrote: >> The existing code mixes the usage of 4 spaces and tab, and there is no >> indentation for the statement under conditionals. > > At least on my terminal, > > # grep -A1 -w if logprint/log_misc.c > > shows every if statement with some form of indentation below it. > Whether it's 4 spaces or a tab, doesn't matter too much to me, > because it's mixed in the file. grep treats the tab as 8 spaces, so here comes the indentation for most return statements under conditionals in function xlog_print_trans_inode. Any way it is my mistake, and i will fix it. Regards, Tao -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html