mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-08 02:30:03 +00:00
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
This commit is contained in:
@@ -110,7 +110,7 @@ static void sc_ack_send_task(void *pvParameters)
|
||||
send_sock = socket(AF_INET, SOCK_DGRAM, 0);
|
||||
if ((send_sock < LWIP_SOCKET_OFFSET) || (send_sock > (FD_SETSIZE - 1))) {
|
||||
ESP_LOGE(TAG, "Creat udp socket failed");
|
||||
goto _end;
|
||||
goto _end;
|
||||
}
|
||||
|
||||
setsockopt(send_sock, SOL_SOCKET, SO_BROADCAST | SO_REUSEADDR, &optval, sizeof(int));
|
||||
@@ -213,4 +213,3 @@ void sc_send_ack_stop(void)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user