diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-12-01 22:52:20 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-12-01 22:52:20 +0100 |
commit | ba404826be4720fc46ae161f950e27814928d5c5 (patch) | |
tree | ae21ff387782aaffab6e0c3cccd9aab6d629acfd /include/grpc++/security | |
parent | 3e5cbee777cfd1d05f1161dfb97093878c7e48ed (diff) |
Clang format.
Diffstat (limited to 'include/grpc++/security')
-rw-r--r-- | include/grpc++/security/credentials.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/grpc++/security/credentials.h b/include/grpc++/security/credentials.h index ad3572c003..e5652dc184 100644 --- a/include/grpc++/security/credentials.h +++ b/include/grpc++/security/credentials.h @@ -187,9 +187,8 @@ std::shared_ptr<CallCredentials> GoogleIAMCredentials( /// Combines a channel credentials and a call credentials into a composite /// channel credentials. std::shared_ptr<ChannelCredentials> CompositeChannelCredentials( - const std::shared_ptr<ChannelCredentials>& channel_creds, - const std::shared_ptr<CallCredentials>& call_creds); - + const std::shared_ptr<ChannelCredentials>& channel_creds, + const std::shared_ptr<CallCredentials>& call_creds); /// Combines two call credentials objects into a composite call credentials. std::shared_ptr<CallCredentials> CompositeCallCredentials( @@ -217,8 +216,7 @@ class MetadataCredentialsPlugin { // The channel_auth_context contains (among other things), the identity of // the server. virtual Status GetMetadata( - grpc::string_ref service_url, - grpc::string_ref method_name, + grpc::string_ref service_url, grpc::string_ref method_name, const AuthContext& channel_auth_context, std::multimap<grpc::string, grpc::string>* metadata) = 0; }; |