diff options
author | Mark D. Roth <roth@google.com> | 2016-05-05 13:04:20 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-05-05 13:04:20 -0700 |
commit | f2f707ca5503249e637542d7b3015c3fef2e3023 (patch) | |
tree | ebba9c015720d174214a42550af2d6ef22c37b93 /test/core/bad_client | |
parent | 22b338e2109745a27f1f84de8490bc8148df1a79 (diff) |
More clang-format fixes.
Diffstat (limited to 'test/core/bad_client')
-rw-r--r-- | test/core/bad_client/bad_client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/bad_client/bad_client.h b/test/core/bad_client/bad_client.h index ecd6721a78..c8b2a4122f 100644 --- a/test/core/bad_client/bad_client.h +++ b/test/core/bad_client/bad_client.h @@ -60,8 +60,8 @@ void grpc_run_bad_client_test( const char *client_payload, size_t client_payload_length, uint32_t flags); #define GRPC_RUN_BAD_CLIENT_TEST(server_validator, client_validator, payload, \ - flags) \ - grpc_run_bad_client_test(server_validator, client_validator, payload, \ + flags) \ + grpc_run_bad_client_test(server_validator, client_validator, payload, \ sizeof(payload) - 1, flags) #endif /* GRPC_TEST_CORE_BAD_CLIENT_BAD_CLIENT_H */ |