Skip to content

Commit 880fddc

Browse files
Update kern_event.c
Change the code style guide.
1 parent 3a242c1 commit 880fddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

freebsd/kern/kern_event.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2222,9 +2222,9 @@ kqueue_wakeup(struct kqueue *kq)
22222222
}
22232223
if (!knlist_empty(&kq->kq_sel.si_note))
22242224
#ifndef FSTACK
2225-
kqueue_schedtask(kq);
2225+
kqueue_schedtask(kq);
22262226
#else
2227-
KNOTE_UNLOCKED(&kq->kq_sel.si_note, 0);
2227+
KNOTE_UNLOCKED(&kq->kq_sel.si_note, 0);
22282228
#endif
22292229
if ((kq->kq_state & KQ_ASYNC) == KQ_ASYNC) {
22302230
pgsigio(&kq->kq_sigio, SIGIO, 0);

0 commit comments

Comments
 (0)