staging: vt6656: removed unnecessary braces around if-else statements
authorNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Tue, 12 Nov 2013 17:35:30 +0000 (23:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Nov 2013 23:58:11 +0000 (15:58 -0800)
commit566597a37647c34600d971e5898d5816dddd7afd
tree8fdc9ab664172b9a3e5a72897826b2f375966e39
parent5cfa1b2598f3b0610ac597082aa997f7a94a7b3d
staging: vt6656: removed unnecessary braces around if-else statements

removed unnecessary braces around if-else statement whenever
the if-else construct was followed by just single line of code
to comply with linux coding style

Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/wcmd.c