Skip to content
Snippets Groups Projects
Commit 168efe44 authored by Muxi Yan's avatar Muxi Yan
Browse files

clang-format

parent 8855c07c
No related branches found
No related tags found
No related merge requests found
...@@ -719,7 +719,7 @@ const char *kCFStreamVarName = "grpc_cfstream"; ...@@ -719,7 +719,7 @@ const char *kCFStreamVarName = "grpc_cfstream";
completionHandler:^{ completionHandler:^{
__strong GRPCCall *strongSelf = weakSelf; __strong GRPCCall *strongSelf = weakSelf;
if (strongSelf) { if (strongSelf) {
@synchronized (strongSelf) { @synchronized(strongSelf) {
strongSelf->_pendingCoreRead = NO; strongSelf->_pendingCoreRead = NO;
[strongSelf maybeStartNextRead]; [strongSelf maybeStartNextRead];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment