Am 11.01.2015 um 10:37 schrieb Marcel Apfelbaum:
The main's switch had a few cases misaligned.Signed-off-by: Marcel Apfelbaum <mar...@redhat.com> --- vl.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Stefan Weil <s...@weilnetz.de> The misalignment was caused by tabs which were used instead of spaces.A short look on vl.c shows lots of more lines with tabs (also in other switch
statements), so this patch could be extended to fix more lines. Stefan