| commit | 5c8737d1715ea0fe66ac737f46e34a9ac4f15ec0 | [log] [tgz] |
|---|---|---|
| author | Craig Tiller <ctiller@google.com> | Thu May 21 11:42:17 2015 -0700 |
| committer | Craig Tiller <ctiller@google.com> | Thu May 21 11:42:17 2015 -0700 |
| tree | dbc9e55358e106cb9b1f7f0749962fef6a4bfeec | |
| parent | 76e0fb1dc05d261bcded86efcfeb07b4e46b37e3 [diff] [blame] |
clang-format qps code - it was getting out of hand
diff --git a/test/cpp/qps/worker.cc b/test/cpp/qps/worker.cc index 281c617..25b12e0 100644 --- a/test/cpp/qps/worker.cc +++ b/test/cpp/qps/worker.cc
@@ -47,7 +47,7 @@ static bool got_sigint = false; -static void sigint_handler(int x) {got_sigint = true;} +static void sigint_handler(int x) { got_sigint = true; } namespace grpc { namespace testing { @@ -69,6 +69,6 @@ signal(SIGINT, sigint_handler); grpc::testing::RunServer(); - + return 0; }