Cosmetic: fix indentation.

This commit is contained in:
dyoung 2008-01-02 02:25:27 +00:00
parent a142fc9c6b
commit 66938db654
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nsclpcsio_isa.c,v 1.23 2007/12/05 07:06:51 ad Exp $ */ /* $NetBSD: nsclpcsio_isa.c,v 1.24 2008/01/02 02:25:27 dyoung Exp $ */
/* /*
* Copyright (c) 2002 * Copyright (c) 2002
@ -32,7 +32,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nsclpcsio_isa.c,v 1.23 2007/12/05 07:06:51 ad Exp $"); __KERNEL_RCSID(0, "$NetBSD: nsclpcsio_isa.c,v 1.24 2008/01/02 02:25:27 dyoung Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>