aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_json_driver.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-04-20 14:21:30 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-04-20 14:21:30 -0700
commit8909428a1a33854866fa581d27fb00a29a65d4fe (patch)
tree383aae331b1259f0d87707a8ff83d1dd32b4984d /test/cpp/qps/qps_json_driver.cc
parent92abf1cfd42056b580f1b4b6f75700708f5f8a5c (diff)
clang-format
Diffstat (limited to 'test/cpp/qps/qps_json_driver.cc')
-rw-r--r--test/cpp/qps/qps_json_driver.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/cpp/qps/qps_json_driver.cc b/test/cpp/qps/qps_json_driver.cc
index 17f3d3c463..b2e2457bdc 100644
--- a/test/cpp/qps/qps_json_driver.cc
+++ b/test/cpp/qps/qps_json_driver.cc
@@ -59,10 +59,10 @@ static void QpsDriver() {
bool scfile = (FLAGS_scenarios_file != "");
bool scjson = (FLAGS_scenarios_json != "");
if ((!scfile && !scjson && !FLAGS_quit) ||
- (scfile && (scjson || FLAGS_quit)) ||
- (scjson && FLAGS_quit)) {
- gpr_log(GPR_ERROR, "Exactly one of --scenarios_file, --scenarios_json, "
- "or --quit must be set");
+ (scfile && (scjson || FLAGS_quit)) || (scjson && FLAGS_quit)) {
+ gpr_log(GPR_ERROR,
+ "Exactly one of --scenarios_file, --scenarios_json, "
+ "or --quit must be set");
abort();
}