From 8909428a1a33854866fa581d27fb00a29a65d4fe Mon Sep 17 00:00:00 2001
From: Vijay Pai <vpai@google.com>
Date: Wed, 20 Apr 2016 14:21:30 -0700
Subject: [PATCH] clang-format

---
 test/cpp/qps/qps_json_driver.cc | 8 ++++----
 1 file 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();
   }
 
-- 
GitLab