aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/tls_gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/support/tls_gcc.h')
-rw-r--r--include/grpc/support/tls_gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/tls_gcc.h b/include/grpc/support/tls_gcc.h
index e6d8c01447..019acdf122 100644
--- a/include/grpc/support/tls_gcc.h
+++ b/include/grpc/support/tls_gcc.h
@@ -30,7 +30,7 @@
struct gpr_gcc_thread_local {
intptr_t value;
- bool *inited;
+ bool* inited;
};
#define GPR_TLS_DECL(name) \