clang fmt

This commit is contained in:
ncteisen 2017-11-16 11:48:10 -08:00
parent 232af482b5
commit 3035950cb4
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@ typedef struct {
grpc_closure wrapper;
} wrapped_closure;
inline void closure_wrapper(grpc_exec_ctx* exec_ctx, void* arg, grpc_error* error) {
inline void closure_wrapper(grpc_exec_ctx* exec_ctx, void* arg,
grpc_error* error) {
wrapped_closure* wc = (wrapped_closure*)arg;
grpc_iomgr_cb_func cb = wc->cb;
void* cb_arg = wc->cb_arg;