aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar kwasimensah <kmensah@google.com>2017-11-01 19:50:17 -0400
committerGravatar GitHub <noreply@github.com>2017-11-01 19:50:17 -0400
commitac299723bd9c8cee60779cc3513a9acf46e731a6 (patch)
treea13f3a84ceb465c991c7b7940cff59c20d0c5e0d /include/grpc/impl/codegen/port_platform.h
parent221522b455ad02f88e5ca0aa945f4cb7e7388ee8 (diff)
Making clang format happy
Diffstat (limited to 'include/grpc/impl/codegen/port_platform.h')
-rw-r--r--include/grpc/impl/codegen/port_platform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h
index c2ec85d78d..1906886d5e 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -298,8 +298,8 @@
#endif /* GPR_NO_AUTODETECT_PLATFORM */
/*
- * There are platforms for which TLS should not be used even though the compiler
- * makes it seem like it's supported (Android NDK < r12b for example).
+ * There are platforms for which TLS should not be used even though the
+ * compiler makes it seem like it's supported (Android NDK < r12b for example).
* This is primarily because of linker problems and toolchain misconfiguration:
* TLS isn't supported until NDK r12b per
* https://developer.android.com/ndk/downloads/revision_history.html
@@ -316,7 +316,7 @@
#undef GPR_GCC_TLS
#define GPR_PTHREAD_TLS 1
#endif
-#endif /* defined(__ANDROID__) && defined(__clang__) && defined(GPR_GCC_TLS) */
+#endif /*defined(__ANDROID__) && defined(__clang__) && defined(GPR_GCC_TLS) */
#if defined(__has_include)
#if __has_include(<atomic>)