clang-format

pull/20654/head
Vijay Pai 5 years ago
parent b35f80d680
commit ec10d9ce90
  1. 3
      test/core/end2end/h2_ssl_cert_test.cc
  2. 3
      test/core/end2end/inproc_callback_test.cc
  3. 3
      test/core/end2end/tests/cancel_test_helpers.h

@ -45,8 +45,7 @@ struct fullstack_secure_fixture_data {
};
static grpc_end2end_test_fixture chttp2_create_fixture_secure_fullstack(
grpc_channel_args* /*client_args*/,
grpc_channel_args* /*server_args*/) {
grpc_channel_args* /*client_args*/, grpc_channel_args* /*server_args*/) {
grpc_end2end_test_fixture f;
int port = grpc_pick_unused_port_or_die();
fullstack_secure_fixture_data* ffd =

@ -205,8 +205,7 @@ static grpc_experimental_completion_queue_functor* tag(intptr_t t) {
}
static grpc_end2end_test_fixture inproc_create_fixture(
grpc_channel_args* /*client_args*/,
grpc_channel_args* /*server_args*/) {
grpc_channel_args* /*client_args*/, grpc_channel_args* /*server_args*/) {
grpc_end2end_test_fixture f;
inproc_fixture_data* ffd = static_cast<inproc_fixture_data*>(
gpr_malloc(sizeof(inproc_fixture_data)));

@ -26,8 +26,7 @@ typedef struct {
const char* expect_details;
} cancellation_mode;
static grpc_call_error wait_for_deadline(grpc_call* /*call*/,
void* reserved) {
static grpc_call_error wait_for_deadline(grpc_call* /*call*/, void* reserved) {
(void)reserved;
return GRPC_CALL_OK;
}

Loading…
Cancel
Save