Whitespace.

This commit is contained in:
soren 2000-05-29 15:42:47 +00:00
parent 5510a708c4
commit 66f14d2965
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus.c,v 1.2 2000/03/31 14:51:49 soren Exp $ */
/* $NetBSD: bus.c,v 1.3 2000/05/29 15:42:47 soren Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -86,7 +86,6 @@ bus_space_map(t, bpa, size, flags, bshp)
{
int cacheable = flags & BUS_SPACE_MAP_CACHEABLE;
if (cacheable)
*bshp = MIPS_PHYS_TO_KSEG0(bpa);
else