Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons KNF (Format block comment)
details: https://anonhg.NetBSD.org/src/rev/7b49009d414a
branches: trunk
changeset: 970793:7b49009d414a
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Apr 04 13:07:11 2020 +0000
description:
KNF (Format block comment)
NFCI
diffstat:
sys/dev/wscons/wsevent.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 5cd8651c461b -r 7b49009d414a sys/dev/wscons/wsevent.c
--- a/sys/dev/wscons/wsevent.c Sat Apr 04 12:57:26 2020 +0000
+++ b/sys/dev/wscons/wsevent.c Sat Apr 04 13:07:11 2020 +0000
@@ -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 @@
#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.
*/
Home |
Main Index |
Thread Index |
Old Index