Skip to content
Snippets Groups Projects
Commit 0c31b608 authored by vjpai's avatar vjpai
Browse files

Sanity failures (copyright, clang-format)

parent 768007b3
No related branches found
No related tags found
No related merge requests found
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, Google Inc.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
......
...@@ -162,7 +162,7 @@ std::unique_ptr<ScenarioResult> RunScenario( ...@@ -162,7 +162,7 @@ std::unique_ptr<ScenarioResult> RunScenario(
auto* servers = new ServerData[num_servers]; auto* servers = new ServerData[num_servers];
for (size_t i = 0; i < num_servers; i++) { for (size_t i = 0; i < num_servers; i++) {
gpr_log(GPR_INFO, "Starting server on %s (worker #%d)", workers[i].c_str(), gpr_log(GPR_INFO, "Starting server on %s (worker #%d)", workers[i].c_str(),
i); i);
servers[i].stub = WorkerService::NewStub( servers[i].stub = WorkerService::NewStub(
CreateChannel(workers[i], InsecureChannelCredentials())); CreateChannel(workers[i], InsecureChannelCredentials()));
ServerArgs args; ServerArgs args;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment