white space nits.

This commit is contained in:
tsutsui 2001-02-17 18:02:40 +00:00
parent a72248beab
commit 1bbd89c7a7
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcbus.c,v 1.12 2000/06/06 00:27:58 nisimura Exp $ */
/* $NetBSD: tcbus.c,v 1.13 2001/02/17 18:02:40 tsutsui Exp $ */
/*
* Copyright (c) 1999, 2000 Tohru Nishimura. All rights reserved.
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: tcbus.c,v 1.12 2000/06/06 00:27:58 nisimura Exp $");
__KERNEL_RCSID(0, "$NetBSD: tcbus.c,v 1.13 2001/02/17 18:02:40 tsutsui Exp $");
/*
* Which system models were configured?
@ -149,11 +149,11 @@ tc_ds_intr_establish(dev, cookie, level, handler, val)
struct device *dev;
void *cookie;
int level;
int (*handler) __P((void *));
int (*handler) __P((void *));
void *val;
{
(*platform.intr_establish)(dev, cookie, level, handler, val);
(*platform.intr_establish)(dev, cookie, level, handler, val);
}
static void
@ -162,7 +162,7 @@ tc_ds_intr_disestablish(dev, arg)
void *arg;
{
printf("cannot disestablish TC interrupts\n");
printf("cannot disestablish TC interrupts\n");
}
/*