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

clang-format.

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