[mac] Fix cbf (#30778)

pull/30767/head^2
Craig Tiller 3 years ago committed by GitHub
parent 7234a666cd
commit 9edded2cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/event_engine/posix_engine/timer_manager.cc

@ -35,7 +35,7 @@
#include "src/core/lib/gpr/tls.h"
#include "src/core/lib/gprpp/thd.h"
static GPR_THREAD_LOCAL(bool) g_timer_thread = false;
static GPR_THREAD_LOCAL(bool) g_timer_thread;
namespace grpc_event_engine {
namespace posix_engine {

Loading…
Cancel
Save