Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dgquintas committed Aug 1, 2016
1 parent 6210535 commit 54fe31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/ext/load_reporting/load_reporting.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down
3 changes: 2 additions & 1 deletion test/core/channel/channel_stack_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 54fe31a

Please sign in to comment.