mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix some spacing problems
This commit is contained in:
@@ -99,7 +99,7 @@ int net_dupsd(int sockfd, int minsd)
|
||||
|
||||
psock1 = sockfd_socket(sockfd);
|
||||
|
||||
/* Verify that the sockfd corresponds to valid, allocated socket */
|
||||
/* Verify that the sockfd corresponds to valid, allocated socket */
|
||||
|
||||
if (!psock1 || psock1->s_crefs <= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user