Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/876ba76fd2db
branches:  trunk
changeset: 821888:876ba76fd2db
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 20 17:22:26 2017 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/include/arm32/machdep.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 5cb96fd7aa01 -r 876ba76fd2db sys/arch/arm/include/arm32/machdep.h
--- a/sys/arch/arm/include/arm32/machdep.h      Mon Feb 20 16:30:41 2017 +0000
+++ b/sys/arch/arm/include/arm32/machdep.h      Mon Feb 20 17:22:26 2017 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: machdep.h,v 1.19 2015/11/11 12:37:13 jmcneill Exp $ */
+/* $NetBSD: machdep.h,v 1.20 2017/02/20 17:22:26 skrll Exp $ */
 
 #ifndef _ARM32_BOOT_MACHDEP_H_
 #define _ARM32_BOOT_MACHDEP_H_
 
-/* Define various stack sizes in pages */ 
+/* Define various stack sizes in pages */
 #ifndef IRQ_STACK_SIZE
 #define IRQ_STACK_SIZE 1
 #endif
@@ -68,7 +68,7 @@
 void undefinedinstruction_bounce(trapframe_t *);
 void dumpsys(void);
 
-/* 
+/*
  * note that we use void *as all the platforms have different ideas on what
  * the structure is
  */



Home | Main Index | Thread Index | Old Index