Zhang Min <[email protected]> writes: > From: Rudy Zhang <[email protected]> > > 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 <[email protected]>
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.
