aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-06 17:46:22 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-06 17:46:22 -0800
commitab9510560781dd2f27608e694518f67b7d425d9a (patch)
tree232cd3ab9feff809988d548c9de79980bd1d0c79 /src/objective-c/GRPCClient/GRPCCall.h
parenta0f5db15815d3ec5b2ad3b781cca5e2eb6468824 (diff)
clang-format
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 260305a989..bde69f01c5 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -196,7 +196,7 @@ extern NSString *const kGRPCTrailersKey;
- (instancetype)init NS_UNAVAILABLE;
-+ (instancetype)new NS_UNAVAILABLE;
++ (instancetype) new NS_UNAVAILABLE;
/** Initialize with all properties. */
- (instancetype)initWithHost:(NSString *)host
@@ -224,7 +224,7 @@ extern NSString *const kGRPCTrailersKey;
- (instancetype)init NS_UNAVAILABLE;
-+ (instancetype)new NS_UNAVAILABLE;
++ (instancetype) new NS_UNAVAILABLE;
/**
* Designated initializer for a call.