Code style fixes
This commit is contained in:
parent
26177387fc
commit
c2a7a25a9e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ rimeaddr_copy(rimeaddr_t *dest, const rimeaddr_t *src)
|
||||||
int
|
int
|
||||||
rimeaddr_cmp(const rimeaddr_t *addr1, const rimeaddr_t *addr2)
|
rimeaddr_cmp(const rimeaddr_t *addr1, const rimeaddr_t *addr2)
|
||||||
{
|
{
|
||||||
return (memcmp( addr1, addr2, RIMEADDR_SIZE) == 0);
|
return (memcmp(addr1, addr2, RIMEADDR_SIZE) == 0);
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Reference in a new issue