Fix indentation in cooja-radio.c
This commit is contained in:
parent
38c5382054
commit
958ff6e4f6
|
@ -124,7 +124,7 @@ radio_signal_strength_current(void)
|
||||||
int
|
int
|
||||||
radio_LQI(void)
|
radio_LQI(void)
|
||||||
{
|
{
|
||||||
return simLQI;
|
return simLQI;
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
static int
|
static int
|
||||||
|
@ -416,5 +416,5 @@ const struct radio_driver cooja_radio_driver =
|
||||||
};
|
};
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
SIM_INTERFACE(radio_interface,
|
SIM_INTERFACE(radio_interface,
|
||||||
doInterfaceActionsBeforeTick,
|
doInterfaceActionsBeforeTick,
|
||||||
doInterfaceActionsAfterTick);
|
doInterfaceActionsAfterTick);
|
||||||
|
|
Loading…
Reference in a new issue