Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/49718546e7b7
branches:  trunk
changeset: 990021:49718546e7b7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 24 06:52:26 2021 +0000

description:
Trailing whitespace

diffstat:

 sys/sys/module.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fb4bd6c25179 -r 49718546e7b7 sys/sys/module.h
--- a/sys/sys/module.h  Sat Oct 23 21:45:14 2021 +0000
+++ b/sys/sys/module.h  Sun Oct 24 06:52:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: module.h,v 1.47 2019/08/07 00:38:02 pgoyette Exp $     */
+/*     $NetBSD: module.h,v 1.48 2021/10/24 06:52:26 skrll Exp $        */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -82,7 +82,7 @@
        const char              *mi_required;
 } const modinfo_t;
 
-/* Per module information, maintained by kern_module.c */ 
+/* Per module information, maintained by kern_module.c */
 
 struct sysctllog;
 



Home | Main Index | Thread Index | Old Index