Change to a tab from white-spaces.

This commit is contained in:
kiyohara 2017-01-07 15:14:20 +00:00
parent e741f78902
commit 5e85b3229d

View File

@ -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 @@ mvsoctmr_match(device_t parent, struct cfdata *match, void *aux)
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;