Making clang format happy

pull/13173/head
kwasimensah 8 years ago committed by GitHub
parent 221522b455
commit ac299723bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      include/grpc/impl/codegen/port_platform.h

@ -298,8 +298,8 @@
#endif /* GPR_NO_AUTODETECT_PLATFORM */ #endif /* GPR_NO_AUTODETECT_PLATFORM */
/* /*
* There are platforms for which TLS should not be used even though the compiler * There are platforms for which TLS should not be used even though the
* makes it seem like it's supported (Android NDK < r12b for example). * compiler makes it seem like it's supported (Android NDK < r12b for example).
* This is primarily because of linker problems and toolchain misconfiguration: * This is primarily because of linker problems and toolchain misconfiguration:
* TLS isn't supported until NDK r12b per * TLS isn't supported until NDK r12b per
* https://developer.android.com/ndk/downloads/revision_history.html * https://developer.android.com/ndk/downloads/revision_history.html
@ -316,7 +316,7 @@
#undef GPR_GCC_TLS #undef GPR_GCC_TLS
#define GPR_PTHREAD_TLS 1 #define GPR_PTHREAD_TLS 1
#endif #endif
#endif /* defined(__ANDROID__) && defined(__clang__) && defined(GPR_GCC_TLS) */ #endif /*defined(__ANDROID__) && defined(__clang__) && defined(GPR_GCC_TLS) */
#if defined(__has_include) #if defined(__has_include)
#if __has_include(<atomic>) #if __has_include(<atomic>)

Loading…
Cancel
Save