staging: xgifb: remove extra braces from if stmt (single branch)
authorNicholas Sim <nicholassimws@gmail.com>
Wed, 23 Mar 2016 23:02:59 +0000 (23:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
commitaaeb5e7f03e97770fe7a0dc122854287ab020f19
treebf6afdbb71e77342c0483075c8aaf59bbfcbd60e
parent26b694323637be61be89d391c1713d85d66b457d
staging: xgifb: remove extra braces from if stmt (single branch)

Remove braces from one branch of if statement where both branches only
have a single line of code, as suggested in Documentation/CodingStyle

Signed-off-by: Nicholas Sim <nicholassimws@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_setmode.c