net/: Run nxstyle against all C files.

This commit is contained in:
Gregory Nutt
2019-10-25 11:31:42 -06:00
parent 6d63ba711b
commit 3b275fcf4e
50 changed files with 157 additions and 64 deletions

View File

@@ -287,6 +287,7 @@ static void tcp_input(FAR struct net_driver_s *dev, uint8_t domain,
break;
}
i += dev->d_buf[hdrlen + 1 + i];
}
}
@@ -703,6 +704,7 @@ found:
break;
}
i += dev->d_buf[hdrlen + 1 + i];
}
}