aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-07 22:39:11 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-03-07 22:39:11 -0800
commitbaaf65546ace6e8ab44f7ac869d868d7864d7578 (patch)
tree5c974a99fdee9316284aebaa7ed563c1f6690e5a /test/cpp/qps/qps_worker.cc
parent710d58cfae07c1815cc4791977069beb47aedf78 (diff)
Fix formatting
Diffstat (limited to 'test/cpp/qps/qps_worker.cc')
-rw-r--r--test/cpp/qps/qps_worker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/qps_worker.cc b/test/cpp/qps/qps_worker.cc
index ce4b773d92..b83e9d1dd7 100644
--- a/test/cpp/qps/qps_worker.cc
+++ b/test/cpp/qps/qps_worker.cc
@@ -103,7 +103,7 @@ static std::unique_ptr<Server> CreateServer(const ServerConfig& config) {
class ScopedProfile GRPC_FINAL {
public:
- ScopedProfile(const char *filename, bool enable) : enable_(enable) {
+ ScopedProfile(const char* filename, bool enable) : enable_(enable) {
if (enable_) grpc_profiler_start(filename);
}
~ScopedProfile() {