Skip to content

Commit

Permalink
event: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed May 6, 2024
1 parent 82049cd commit 5fd2087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ void bevent_set_error(struct bevent *event, int err)
{
if (!event)
return;

event->err = err;
}

Expand All @@ -323,7 +323,7 @@ void bevent_stop(struct bevent *event)
{
if (!event)
return;

event->stop = true;
}

Expand Down

0 comments on commit 5fd2087

Please sign in to comment.