kern_clockintr.c: remove extra newline
authorcheloha <cheloha@openbsd.org>
Sun, 24 Sep 2023 12:27:16 +0000 (12:27 +0000)
committercheloha <cheloha@openbsd.org>
Sun, 24 Sep 2023 12:27:16 +0000 (12:27 +0000)
sys/kern/kern_clockintr.c

index 1996889..ac96630 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_clockintr.c,v 1.56 2023/09/17 15:24:35 cheloha Exp $ */
+/* $OpenBSD: kern_clockintr.c,v 1.57 2023/09/24 12:27:16 cheloha Exp $ */
 /*
  * Copyright (c) 2003 Dale Rahn <drahn@openbsd.org>
  * Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org>
@@ -455,7 +455,6 @@ clockqueue_pend_delete(struct clockintr_queue *cq, struct clockintr *cl)
        CLR(cl->cl_flags, CLST_PENDING);
 }
 
-
 void
 clockqueue_pend_insert(struct clockintr_queue *cq, struct clockintr *cl,
     uint64_t expiration)