Skip to content
Snippets Groups Projects
Commit 344f55b7 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

clang-format.

parent a0091cba
Branches
Tags
No related merge requests found
...@@ -65,8 +65,8 @@ static int set_non_block(SOCKET sock) { ...@@ -65,8 +65,8 @@ static int set_non_block(SOCKET sock) {
int status; int status;
uint32_t param = 1; uint32_t param = 1;
DWORD ret; DWORD ret;
status = status = WSAIoctl(sock, GRPC_FIONBIO, &param, sizeof(param), NULL, 0, &ret,
WSAIoctl(sock, GRPC_FIONBIO, &param, sizeof(param), NULL, 0, &ret, NULL, NULL); NULL, NULL);
return status == 0; return status == 0;
} }
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <wchar.h>
#include <strsafe.h> #include <strsafe.h>
#include <wchar.h>
#include <grpc/support/alloc.h> #include <grpc/support/alloc.h>
#include <grpc/support/string_util.h> #include <grpc/support/string_util.h>
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <wchar.h>
#include <strsafe.h> #include <strsafe.h>
#include <wchar.h>
#include <grpc/support/alloc.h> #include <grpc/support/alloc.h>
#include <grpc/support/string_util.h> #include <grpc/support/string_util.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment