mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
net/: Fix alignment and spacing problems found by tools/nxstyle.
This commit is contained in:
+1
-1
@@ -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)++;
|
||||
|
||||
Reference in New Issue
Block a user