Skip to content

Commit

Permalink
<:: -> < ::
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai committed Feb 27, 2015
1 parent 3c11066 commit cd801c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/qps/client_async.cc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static void RunTest(const int client_threads, const int client_channels,
}

std::vector<std::thread> threads; // Will add threads when ready to execute
std::vector<::gpr_histogram *> thread_stats(client_threads);
std::vector< ::gpr_histogram *> thread_stats(client_threads);

TestService::Stub *stub_stats = channels[0].get_stub();
grpc::ClientContext context_stats_begin;
Expand Down

0 comments on commit cd801c8

Please sign in to comment.