Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/b28be7d5ca3f
branches:  trunk
changeset: 466187:b28be7d5ca3f
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Dec 14 17:24:43 2019 +0000

description:
Nix trailing whitespace.

diffstat:

 sys/lib/libkern/Makefile.libkern |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r fb72b240895b -r b28be7d5ca3f sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Sat Dec 14 17:24:30 2019 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Sat Dec 14 17:24:43 2019 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile.libkern,v 1.46 2019/12/14 17:23:47 riastradh Exp $
+#      $NetBSD: Makefile.libkern,v 1.47 2019/12/14 17:24:43 riastradh Exp $
 
-# 
-# Variable definitions for libkern.  
+#
+# Variable definitions for libkern.
 #
 # Before including this, you _must_ set
 #   KERNDIR: location of sys/lib/libkern
@@ -68,7 +68,7 @@
 
 SRCS+= memcpy.c
 .if empty(SRCS:Mmemset2.*)
-SRCS+= memset.c 
+SRCS+= memset.c
 .endif
 
 SRCS+= popcount32.c popcount64.c



Home | Main Index | Thread Index | Old Index