clang-format.

pull/12930/head
Nicolas "Pixel" Noble 7 years ago
parent 3290e49a1d
commit c02dbe57c6
  1. 4
      src/core/lib/support/env_windows.cc

@ -44,8 +44,8 @@ char *gpr_getenv(const char *name) {
ret = GetEnvironmentVariable(tname, NULL, 0);
if (ret == 0) {
gpr_free(tname);
return NULL;
gpr_free(tname);
return NULL;
}
size = ret * (DWORD)sizeof(TCHAR);
tresult = (LPTSTR)gpr_malloc(size);

Loading…
Cancel
Save