fix code style for else

This commit is contained in:
Toshio Ito 2018-10-19 22:32:52 +09:00
parent fc8ccac560
commit cb962855a4
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ PT_THREAD(tsch_tx_slot(struct pt *pt, struct rtimer *t))
mac_tx_status = MAC_TX_ERR;
}
}
}else {
} else {
mac_tx_status = MAC_TX_ERR;
}
}