Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm Whitespace



details:   https://anonhg.NetBSD.org/src/rev/adb99a2b0fdc
branches:  trunk
changeset: 834688:adb99a2b0fdc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Aug 23 21:01:43 2018 +0000

description:
Whitespace

diffstat:

 sys/arch/arm/arm/cpufunc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 864fc0c4d266 -r adb99a2b0fdc sys/arch/arm/arm/cpufunc.c
--- a/sys/arch/arm/arm/cpufunc.c        Thu Aug 23 20:54:43 2018 +0000
+++ b/sys/arch/arm/arm/cpufunc.c        Thu Aug 23 21:01:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.c,v 1.172 2018/08/15 06:00:02 skrll Exp $      */
+/*     $NetBSD: cpufunc.c,v 1.173 2018/08/23 21:01:43 skrll Exp $      */
 
 /*
  * arm7tdmi support code Copyright (c) 2001 John Fremlin
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.172 2018/08/15 06:00:02 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.173 2018/08/23 21:01:43 skrll Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_cpuoptions.h"
@@ -2934,7 +2934,7 @@
     { "armv7.cache",    BIC, OR,  (CPU_CONTROL_IC_ENABLE | CPU_CONTROL_DC_ENABLE) },
     { "armv7.icache",   BIC, OR,  CPU_CONTROL_IC_ENABLE },
     { "armv7.dcache",   BIC, OR,  CPU_CONTROL_DC_ENABLE },
-       { NULL,                         IGN, IGN, 0}
+    { NULL,            IGN, IGN, 0}
 };
 
 void



Home | Main Index | Thread Index | Old Index