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/41c136aae5be
branches:  trunk
changeset: 847203:41c136aae5be
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 f5ad3d713a2e -r 41c136aae5be 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