S2-LP: astyle run done

pull/8637/head
Jarkko Paso 2018-10-30 15:52:51 +02:00 committed by Cruz Monrreal II
parent bfd0302a8f
commit 4369911329
3 changed files with 147 additions and 148 deletions

View File

@ -601,8 +601,7 @@ static int8_t rf_extension(phy_extension_type_e extension_type, uint8_t *data_pt
static int8_t rf_interface_state_control(phy_interface_state_e new_state, uint8_t rf_channel)
{
int8_t ret_val = 0;
switch (new_state)
{
switch (new_state) {
/*Reset PHY driver and set to idle*/
case PHY_INTERFACE_RESET:
break;