Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/marvell Change to a tab from white-spaces.



details:   https://anonhg.NetBSD.org/src/rev/60de559a1eec
branches:  trunk
changeset: 820332:60de559a1eec
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Jan 07 15:14:20 2017 +0000

description:
Change to a tab from white-spaces.

diffstat:

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

diffs (27 lines):

diff -r 6e0a3f2a1fa8 -r 60de559a1eec sys/arch/arm/marvell/mvsoctmr.c
--- a/sys/arch/arm/marvell/mvsoctmr.c   Sat Jan 07 15:05:08 2017 +0000
+++ b/sys/arch/arm/marvell/mvsoctmr.c   Sat Jan 07 15:14:20 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mvsoctmr.c,v 1.13 2014/03/15 10:44:10 kiyohara Exp $   */
+/*     $NetBSD: mvsoctmr.c,v 1.14 2017/01/07 15:14:20 kiyohara Exp $   */
 /*
  * Copyright (c) 2007, 2008, 2010 KIYOHARA Takashi
  * All rights reserved.
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mvsoctmr.c,v 1.13 2014/03/15 10:44:10 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mvsoctmr.c,v 1.14 2017/01/07 15:14:20 kiyohara Exp $");
 
 #include "opt_ddb.h"
 #include "opt_mvsoc.h"
@@ -134,7 +134,7 @@
 static void
 mvsoctmr_attach(device_t parent, device_t self, void *aux)
 {
-        struct mvsoctmr_softc *sc = device_private(self);
+       struct mvsoctmr_softc *sc = device_private(self);
        struct marvell_attach_args *mva = aux;
        uint32_t rstoutn;
 



Home | Main Index | Thread Index | Old Index