minor: fixed coding style (lwip style)

This commit is contained in:
goldsimon
2015-10-07 10:03:12 +02:00
parent 2949449e25
commit b401f42520
22 changed files with 69 additions and 69 deletions

View File

@@ -331,7 +331,7 @@ nd6_input(struct pbuf *p, struct netif *inp)
}
i = nd6_find_neighbor_cache_entry(ip6_current_src_addr());
if ( i>= 0) {
if (i>= 0) {
/* We already have a record for the solicitor. */
if (neighbor_cache[i].state == ND6_INCOMPLETE) {
neighbor_cache[i].netif = inp;