Whitespace cleanup

This commit is contained in:
matt 2011-06-18 06:36:25 +00:00
parent dbf511cf65
commit 96d8734b3b

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.3 2011/02/17 13:57:12 matt Exp $ */
/* $NetBSD: autoconf.c,v 1.4 2011/06/18 06:36:25 matt Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.3 2011/02/17 13:57:12 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.4 2011/06/18 06:36:25 matt Exp $");
#define __INTR_PRIVATE
@ -47,8 +47,8 @@ __KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.3 2011/02/17 13:57:12 matt Exp $");
#include <sys/intr.h>
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/cpu.h>
#include <powerpc/booke/cpuvar.h>
/*