[PATCH 4/5] Staging: rtl8821ae: hal_bt_coexist: fix curly brace placement

2014-09-02 Thread An Ha
Fix coding style issue where the if statement unnecessarily uses curly braces for one line statements and where the else conditional statement should follow the closing curly brace '}'. Also, the open curly brace '{' should be on the same line as the if statement. Signed-off-by: An Ha ---

[PATCH 4/5] Staging: rtl8821ae: hal_bt_coexist: fix curly brace placement

2014-09-02 Thread An Ha
Fix coding style issue where the if statement unnecessarily uses curly braces for one line statements and where the else conditional statement should follow the closing curly brace '}'. Also, the open curly brace '{' should be on the same line as the if statement. Signed-off-by: An Ha