Fix indentation
This commit is contained in:
parent
98afdd4d73
commit
b1ef3fdf41
1 changed files with 4 additions and 4 deletions
|
@ -112,10 +112,10 @@ send(void *ptr)
|
||||||
PRINTF("%d.%d: stunicast: resend to %d.%d\n",
|
PRINTF("%d.%d: stunicast: resend to %d.%d\n",
|
||||||
linkaddr_node_addr.u8[0],linkaddr_node_addr.u8[1],
|
linkaddr_node_addr.u8[0],linkaddr_node_addr.u8[1],
|
||||||
c->receiver.u8[0], c->receiver.u8[1]);
|
c->receiver.u8[0], c->receiver.u8[1]);
|
||||||
if(c->buf) {
|
if(c->buf) {
|
||||||
queuebuf_to_packetbuf(c->buf);
|
queuebuf_to_packetbuf(c->buf);
|
||||||
unicast_send(&c->c, &c->receiver);
|
unicast_send(&c->c, &c->receiver);
|
||||||
stunicast_set_timer(c, CLOCK_SECOND);
|
stunicast_set_timer(c, CLOCK_SECOND);
|
||||||
}
|
}
|
||||||
/* if(c->u->sent != NULL) {
|
/* if(c->u->sent != NULL) {
|
||||||
c->u->sent(c);
|
c->u->sent(c);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue