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 Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/692a662bf397
branches:  trunk
changeset: 836309:692a662bf397
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Oct 10 19:13:51 2018 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/include/types.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4e4c33904582 -r 692a662bf397 sys/arch/arm/include/types.h
--- a/sys/arch/arm/include/types.h      Wed Oct 10 14:57:31 2018 +0000
+++ b/sys/arch/arm/include/types.h      Wed Oct 10 19:13:51 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.35 2018/07/12 10:46:42 maxv Exp $  */
+/*     $NetBSD: types.h,v 1.36 2018/10/10 19:13:51 skrll Exp $ */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -43,7 +43,7 @@
         int val[11];
 } label_t;
 #endif
-         
+
 #if defined(_KERNEL) || defined(_KMEMUSER) || defined(_KERNTYPES) || defined(_STANDALONE)
 typedef unsigned long  paddr_t;
 typedef unsigned long  psize_t;



Home | Main Index | Thread Index | Old Index