aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar Nathan Herring <nherring@google.com>2018-07-21 08:21:18 +0200
committerGravatar Nathan Herring <nherring@google.com>2018-07-21 08:21:18 +0200
commit0fee91e002dfb6a9f255cf0e78666e81ea73ca5e (patch)
tree137da21729c469b5815b462cad1a82f74dc76837 /test/cpp/util
parent6f1604b1eb873f71d72c93a483a9aca56a9f0418 (diff)
More clang format
Diffstat (limited to 'test/cpp/util')
-rw-r--r--test/cpp/util/cli_credentials.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/util/cli_credentials.cc b/test/cpp/util/cli_credentials.cc
index 68eb0b17ce..d14dc18f16 100644
--- a/test/cpp/util/cli_credentials.cc
+++ b/test/cpp/util/cli_credentials.cc
@@ -67,8 +67,8 @@ const grpc::string CliCredentials::GetCredentialUsage() const {
}
const grpc::string CliCredentials::GetSslTargetNameOverride() const {
- bool use_tls = FLAGS_enable_ssl ||
- (FLAGS_access_token.empty() && FLAGS_use_auth);
+ bool use_tls =
+ FLAGS_enable_ssl || (FLAGS_access_token.empty() && FLAGS_use_auth);
return use_tls ? FLAGS_ssl_target : "";
}