Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/riscv/riscv Nuke funny trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/1f0534202531
branches:  trunk
changeset: 371803:1f0534202531
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Oct 12 07:53:56 2022 +0000

description:
Nuke funny trailing whitespace.

diffstat:

 sys/arch/riscv/riscv/db_machdep.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 18dcecaec297 -r 1f0534202531 sys/arch/riscv/riscv/db_machdep.c
--- a/sys/arch/riscv/riscv/db_machdep.c Wed Oct 12 07:53:15 2022 +0000
+++ b/sys/arch/riscv/riscv/db_machdep.c Wed Oct 12 07:53:56 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_machdep.c,v 1.9 2022/09/27 08:18:21 skrll Exp $     */
+/*     $NetBSD: db_machdep.c,v 1.10 2022/10/12 07:53:56 simonb Exp $   */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 
-__RCSID("$NetBSD: db_machdep.c,v 1.9 2022/09/27 08:18:21 skrll Exp $");
+__RCSID("$NetBSD: db_machdep.c,v 1.10 2022/10/12 07:53:56 simonb Exp $");
 
 #include <sys/param.h>
 
@@ -274,6 +274,3 @@
        }
        __asm("fence rw,rw; fence.i");
 }
-
-
-



Home | Main Index | Thread Index | Old Index