clang-format

pull/5662/head
Craig Tiller 9 years ago
parent 3a951bd975
commit a39c199562
  1. 6
      test/core/iomgr/timer_heap_test.c

@ -151,7 +151,8 @@ typedef struct {
bool inserted;
} elem_struct;
static elem_struct *search_elems(elem_struct *elems, size_t count, bool inserted) {
static elem_struct *search_elems(elem_struct *elems, size_t count,
bool inserted) {
size_t *search_order = gpr_malloc(count * sizeof(*search_order));
for (size_t i = 0; i < count; i++) {
search_order[i] = i;
@ -232,7 +233,8 @@ gpr_log(GPR_INFO, "test2");
}
}
}
GPR_ASSERT(0 == gpr_time_cmp(grpc_timer_heap_top(&pq)->deadline, *min_deadline));
GPR_ASSERT(
0 == gpr_time_cmp(grpc_timer_heap_top(&pq)->deadline, *min_deadline));
}
}

Loading…
Cancel
Save