Fix indentation in packetbuf.h
This commit is contained in:
parent
a3417b82b0
commit
c48cfb6b9d
1 changed files with 4 additions and 4 deletions
|
@ -343,9 +343,9 @@ int packetbuf_holds_broadcast(void);
|
|||
void packetbuf_attr_clear(void);
|
||||
|
||||
void packetbuf_attr_copyto(struct packetbuf_attr *attrs,
|
||||
struct packetbuf_addr *addrs);
|
||||
struct packetbuf_addr *addrs);
|
||||
void packetbuf_attr_copyfrom(struct packetbuf_attr *attrs,
|
||||
struct packetbuf_addr *addrs);
|
||||
struct packetbuf_addr *addrs);
|
||||
|
||||
#define PACKETBUF_ATTRIBUTES(...) { __VA_ARGS__ PACKETBUF_ATTR_LAST }
|
||||
#define PACKETBUF_ATTR_LAST { PACKETBUF_ATTR_NONE, 0 }
|
||||
|
|
Loading…
Add table
Reference in a new issue