On 01/11/2015 12:06 PM, Stefan Weil wrote:
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.
This is what I saw while fixing other stuff. :)
I'll try to hunt others and send another version.
Thanks,
Marcel
Stefan