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/bb1e43583354
branches:  trunk
changeset: 458802:bb1e43583354
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Aug 11 06:49:31 2019 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/arm32/exception.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e12841afea3a -r bb1e43583354 sys/arch/arm/arm32/exception.S
--- a/sys/arch/arm/arm32/exception.S    Sun Aug 11 06:46:35 2019 +0000
+++ b/sys/arch/arm/arm32/exception.S    Sun Aug 11 06:49:31 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exception.S,v 1.24 2017/07/07 00:34:09 chs Exp $       */
+/*     $NetBSD: exception.S,v 1.25 2019/08/11 06:49:31 skrll Exp $     */
 
 /*
  * Copyright (c) 1994-1997 Mark Brinicombe.
@@ -51,9 +51,9 @@
 
 #include <arm/locore.h>
 
-       RCSID("$NetBSD: exception.S,v 1.24 2017/07/07 00:34:09 chs Exp $")
+       RCSID("$NetBSD: exception.S,v 1.25 2019/08/11 06:49:31 skrll Exp $")
 
-       .text   
+       .text
        .align  0
 
 AST_ALIGNMENT_FAULT_LOCALS



Home | Main Index | Thread Index | Old Index