clang fmt
This commit is contained in:
parent
232af482b5
commit
3035950cb4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue