Module Name: src
Committed By: pgoyette
Date: Sat Apr 4 13:07:12 UTC 2020
Modified Files:
src/sys/dev/wscons: wsevent.c
Log Message:
KNF (Format block comment)
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/wscons/wsevent.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/wscons/wsevent.c
diff -u src/sys/dev/wscons/wsevent.c:1.43 src/sys/dev/wscons/wsevent.c:1.44
--- src/sys/dev/wscons/wsevent.c:1.43 Sat Apr 4 07:33:18 2020
+++ src/sys/dev/wscons/wsevent.c Sat Apr 4 13:07:11 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: wsevent.c,v 1.43 2020/04/04 07:33:18 mlelstv Exp $ */
+/* $NetBSD: wsevent.c,v 1.44 2020/04/04 13:07:11 pgoyette Exp $ */
/*-
* Copyright (c) 2006, 2008 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsevent.c,v 1.43 2020/04/04 07:33:18 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsevent.c,v 1.44 2020/04/04 13:07:11 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -164,7 +164,8 @@ wsevent_init(struct wseventvar *ev, stru
#endif
return;
}
- /* For binary compat set default version and either build with
+ /*
+ * For binary compat set default version and either build with
* COMPAT_50 or load COMPAT_50 module to include the compatibility
* code.
*/