aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-19 14:15:12 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-19 14:15:12 -0800
commitf7ca97a6fedc4d20aab6a09b26b143a8996c9b48 (patch)
treecef2ee818f8e3e16e5ea23d532c85eee459eaa42 /src
parentc5f84c5cb8830ad5ac4a9f097804308adce204be (diff)
clang-format
Diffstat (limited to 'src')
-rw-r--r--src/objective-c/ProtoRPC/ProtoRPC.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objective-c/ProtoRPC/ProtoRPC.m b/src/objective-c/ProtoRPC/ProtoRPC.m
index 053eaf47f2..0ab96a5ba2 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.m
+++ b/src/objective-c/ProtoRPC/ProtoRPC.m
@@ -199,7 +199,8 @@ static NSError *ErrorForBadProto(id proto, Class expectedClass, NSError *parsing
- (void)didReceiveInitialMetadata:(NSDictionary *)initialMetadata {
@synchronized(self) {
- if (initialMetadata != nil && [_handler respondsToSelector:@selector(didReceiveInitialMetadata:)]) {
+ if (initialMetadata != nil &&
+ [_handler respondsToSelector:@selector(didReceiveInitialMetadata:)]) {
dispatch_async(_dispatchQueue, ^{
id<GRPCProtoResponseHandler> copiedHandler = nil;
@synchronized(self) {