clang-format

pull/7391/head
David Garcia Quintas 9 years ago
parent 62105352be
commit 54fe31a779
  1. 1
      src/core/ext/load_reporting/load_reporting.c
  2. 3
      test/core/channel/channel_stack_test.c

@ -42,7 +42,6 @@
#include "src/core/lib/channel/channel_stack_builder.h"
#include "src/core/lib/surface/channel_init.h"
static bool is_load_reporting_enabled(const grpc_channel_args *a) {
if (a == NULL) return false;
for (size_t i = 0; i < a->num_args; i++) {

@ -63,7 +63,8 @@ static void channel_destroy_func(grpc_exec_ctx *exec_ctx,
grpc_channel_element *elem) {}
static void call_destroy_func(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
const grpc_call_final_info *final_info, void *ignored) {
const grpc_call_final_info *final_info,
void *ignored) {
++*(int *)(elem->channel_data);
}

Loading…
Cancel
Save