net/: Fix alignment and spacing problems found by tools/nxstyle.

This commit is contained in:
Gregory Nutt
2019-07-02 18:02:23 -06:00
parent 7b554d6665
commit 1346f29151
42 changed files with 198 additions and 194 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ void tcp_timer(FAR struct net_driver_s *dev, FAR struct tcp_conn_s *conn,
goto done;
}
/* Exponential backoff. */
/* Exponential backoff. */
conn->timer = TCP_RTO << (conn->nrtx > 4 ? 4: conn->nrtx);
(conn->nrtx)++;