From c47c9497fa6518205a598c2bf74517df09541fed Mon Sep 17 00:00:00 2001
From: Vijay Pai <vpai@google.com>
Date: Fri, 26 Feb 2016 14:39:59 -0800
Subject: [PATCH] clang-format

---
 test/cpp/qps/client.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h
index 6a822e35c7..92e77eed9b 100644
--- a/test/cpp/qps/client.h
+++ b/test/cpp/qps/client.h
@@ -253,7 +253,7 @@ class Client {
 
     void ThreadFunc() {
       for (;;) {
-	// lock since the thread should only be doing one thing at a time
+        // lock since the thread should only be doing one thing at a time
         std::lock_guard<std::mutex> g(mu_);
         // run the loop body
         const bool thread_still_ok = client_->ThreadFunc(&histogram_, idx_);
-- 
GitLab