From ac299723bd9c8cee60779cc3513a9acf46e731a6 Mon Sep 17 00:00:00 2001 From: kwasimensah Date: Wed, 1 Nov 2017 19:50:17 -0400 Subject: Making clang format happy --- include/grpc/impl/codegen/port_platform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/grpc/impl/codegen/port_platform.h') 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() -- cgit v1.2.3