diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-05-06 10:48:17 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-05-06 10:48:17 -0700 |
commit | 4f5b2916cc0953de3118bb1ba191346551483ec5 (patch) | |
tree | 72c4581c020974c65a5f783b1e10b42ed2c83471 /test | |
parent | c5549fcd0a893f6ba10662c0b2b76be7a37aa62c (diff) |
fix clang formatting
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/interop/interop_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/interop_client.cc b/test/cpp/interop/interop_client.cc index ca89d05594..e9d95dc8d0 100644 --- a/test/cpp/interop/interop_client.cc +++ b/test/cpp/interop/interop_client.cc @@ -153,7 +153,7 @@ bool InteropClient::AssertStatusOk(const Status& s) { } bool InteropClient::AssertStatusCode(const Status& s, - StatusCode expected_code) { + StatusCode expected_code) { if (s.error_code() == expected_code) { return true; } |