aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-24 17:05:38 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-24 17:05:38 -0700
commita8a7c2bdd10eb7dc9e072327da2ddb70e5785cf7 (patch)
treeb4da2531c35fe3da0e2a62728f334fb66e279cd4 /src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
parentc2bb7550377898e6985662d0ca9048c07bde6810 (diff)
clang-format
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h b/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
index 565f58a4fa..02e7052996 100644
--- a/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
+++ b/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
@@ -23,13 +23,13 @@ NS_ASSUME_NONNULL_BEGIN
@interface GRPCSecureChannelFactory : NSObject<GRPCChannelFactory>
-+ (instancetype _Nullable)factoryWithPEMRootCertificates:(NSString * _Nullable)rootCerts
- privateKey:(NSString * _Nullable)privateKey
- certChain:(NSString * _Nullable)certChain
- error:(NSError **)errorPtr;
++ (instancetype _Nullable)factoryWithPEMRootCertificates:(NSString *_Nullable)rootCerts
+ privateKey:(NSString *_Nullable)privateKey
+ certChain:(NSString *_Nullable)certChain
+ error:(NSError **)errorPtr;
-- (grpc_channel * _Nullable)createChannelWithHost:(NSString *)host
- channelArgs:(NSDictionary * _Nullable)args;
+- (grpc_channel *_Nullable)createChannelWithHost:(NSString *)host
+ channelArgs:(NSDictionary *_Nullable)args;
- (instancetype _Nullable)init NS_UNAVAILABLE;