Skip to content

Commit

Permalink
Automated change: Fix sanity tests (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: eugeneo <287917+eugeneo@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and eugeneo authored Jan 15, 2025
1 parent 56f4594 commit b3a7120
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/lib/iomgr/closure.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,7 @@ inline grpc_closure* grpc_closure_create(grpc_iomgr_cb_func cb, void* cb_arg) {
grpc_closure_create(cb, cb_arg)
#endif

#define GRPC_CLOSURE_LIST_INIT \
{ \
nullptr, nullptr \
}
#define GRPC_CLOSURE_LIST_INIT {nullptr, nullptr}

inline void grpc_closure_list_init(grpc_closure_list* closure_list) {
closure_list->head = closure_list->tail = nullptr;
Expand Down

0 comments on commit b3a7120

Please sign in to comment.