Source-Changes-HG archive

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

[src/trunk]: src/sys Remove unintended whitespace.



details:   https://anonhg.NetBSD.org/src/rev/0f46affe67f0
branches:  trunk
changeset: 807984:0f46affe67f0
user:      nat <nat%NetBSD.org@localhost>
date:      Thu Apr 30 15:22:32 2015 +0000

description:
Remove unintended whitespace.

diffstat:

 sys/arch/amd64/conf/Makefile.amd64 |  3 +--
 sys/arch/arm/conf/Makefile.arm     |  3 +--
 sys/kern/init_main.c               |  5 ++---
 3 files changed, 4 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 863e83c21f4f -r 0f46affe67f0 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64        Thu Apr 30 13:46:47 2015 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64        Thu Apr 30 15:22:32 2015 +0000
@@ -1,5 +1,4 @@
-#      $NetBSD: Makefile.amd64,v 1.47 2015/04/30 13:46:47 nat Exp $
-
+#      $NetBSD: Makefile.amd64,v 1.48 2015/04/30 15:22:32 nat Exp $
 
 # Makefile for NetBSD
 #
diff -r 863e83c21f4f -r 0f46affe67f0 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm    Thu Apr 30 13:46:47 2015 +0000
+++ b/sys/arch/arm/conf/Makefile.arm    Thu Apr 30 15:22:32 2015 +0000
@@ -1,5 +1,4 @@
-#      $NetBSD: Makefile.arm,v 1.46 2015/04/30 13:46:47 nat Exp $
-
+#      $NetBSD: Makefile.arm,v 1.47 2015/04/30 15:22:32 nat Exp $
 
 # Makefile for NetBSD
 #
diff -r 863e83c21f4f -r 0f46affe67f0 sys/kern/init_main.c
--- a/sys/kern/init_main.c      Thu Apr 30 13:46:47 2015 +0000
+++ b/sys/kern/init_main.c      Thu Apr 30 15:22:32 2015 +0000
@@ -1,5 +1,4 @@
-/*     $NetBSD: init_main.c,v 1.465 2015/04/30 13:46:47 nat Exp $      */
-
+/*     $NetBSD: init_main.c,v 1.466 2015/04/30 15:22:32 nat Exp $      */
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -98,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.465 2015/04/30 13:46:47 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.466 2015/04/30 15:22:32 nat Exp $");
 
 #include "opt_ddb.h"
 #include "opt_ipsec.h"



Home | Main Index | Thread Index | Old Index