Making clang format happy

pull/13173/head
kwasimensah 7 years ago committed by GitHub
parent 221522b455
commit ac299723bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save