Zhang Min <rudy.zhang...@huawei.com> writes: > From: Rudy Zhang <rudy.zhang...@huawei.com> > > There are several tab characters in the 'vl.c' file. It leads to > to misalignment of the code. So, let the space instead of the tab. > > Signed-off-by: Rudy Zhang <rudy.zhang...@huawei.com>
While we don't want tabs in new code, we generally leave existing ones alone until we need to touch the line anyway, or the tabs get in the way somehow.