clang-format.

pull/6183/head
Nicolas "Pixel" Noble 9 years ago
parent a0091cba89
commit 344f55b7ba
  1. 4
      src/core/lib/iomgr/tcp_windows.c
  2. 2
      src/core/lib/support/string_util_win32.c
  3. 2
      src/core/lib/support/string_win32.c

@ -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>

Loading…
Cancel
Save