From 3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Thu, 30 Jan 2020 20:05:05 +0000 Subject: Remove duplicated empty lines from kern/*.c No functional changes. --- sys/kern/init_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/kern/init_main.c') diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index b2df117d1115..0d3434022e1f 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -115,7 +115,6 @@ linux_alloc_current_noop(struct thread *td __unused, int flags __unused) } int (*lkpi_alloc_current)(struct thread *, int) = linux_alloc_current_noop; - #ifndef BOOTHOWTO #define BOOTHOWTO 0 #endif -- cgit v1.2.3