Am 13.01.2015 um 10:38 schrieb Markus Armbruster:
Zhang Min writes:
From: Rudy Zhang
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
While we don't want tabs in new code, we gener
Zhang Min writes:
> From: Rudy Zhang
>
> 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
While we don't want tabs in new code, we generally leave existing ones
alone until we nee
From: Rudy Zhang
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
---
vl.c | 42 +-
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git