mirror of
https://github.com/apache/nuttx.git
synced 2025-12-19 01:29:44 +08:00
net/: Run nxstyle against all C files.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user