Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/8c58572c4c26
branches: trunk
changeset: 325253:8c58572c4c26
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Dec 15 09:13:47 2013 +0000
description:
Trailing whitespace.
diffstat:
sys/arch/arm/arm32/db_interface.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (58 lines):
diff -r fd0b060fd92e -r 8c58572c4c26 sys/arch/arm/arm32/db_interface.c
--- a/sys/arch/arm/arm32/db_interface.c Sun Dec 15 08:16:24 2013 +0000
+++ b/sys/arch/arm/arm32/db_interface.c Sun Dec 15 09:13:47 2013 +0000
@@ -1,29 +1,29 @@
-/* $NetBSD: db_interface.c,v 1.49 2012/02/16 02:33:37 christos Exp $ */
+/* $NetBSD: db_interface.c,v 1.50 2013/12/15 09:13:47 skrll Exp $ */
-/*
+/*
* Copyright (c) 1996 Scott K. Stevens
*
* Mach Operating System
* Copyright (c) 1991,1990 Carnegie Mellon University
* All Rights Reserved.
- *
+ *
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* software, derivative works or modified versions, and any portions
* thereof, and that both notices appear in supporting documentation.
- *
+ *
* CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
* CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
* ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- *
+ *
* Carnegie Mellon requests users of this software to return to
- *
+ *
* Software Distribution Coordinator or Software.Distribution%CS.CMU.EDU@localhost
* School of Computer Science
* Carnegie Mellon University
* Pittsburgh PA 15213-3890
- *
+ *
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.49 2012/02/16 02:33:37 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.50 2013/12/15 09:13:47 skrll Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -165,7 +165,7 @@
static void
db_write_text(vaddr_t addr, size_t size, const char *data)
-{
+{
struct pmap *pmap = pmap_kernel();
pd_entry_t *pde, oldpde, tmppde;
pt_entry_t *pte, oldpte, tmppte;
Home |
Main Index |
Thread Index |
Old Index