Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Nov 12, 2024
1 parent aa876a1 commit ee7fa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/bsd/kqueue_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ struct aws_event_loop *aws_event_loop_new_kqueue_with_options(
}
return NULL;
}
#endif //AWS_ENABLE_KQUEUE
#endif // AWS_ENABLE_KQUEUE

static void s_destroy(struct aws_event_loop *event_loop) {
AWS_LOGF_INFO(AWS_LS_IO_EVENT_LOOP, "id=%p: destroying event_loop", (void *)event_loop);
Expand Down

0 comments on commit ee7fa76

Please sign in to comment.