From 2640fdfe79490398e5f0e7eb9b4a946497fad572 Mon Sep 17 00:00:00 2001 From: scottl Date: Sat, 14 Oct 2006 04:28:23 +0000 Subject: More small whitespace cleanups --- sys/dev/bce/if_bce.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/bce/if_bce.c') diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index ac141ac..a571398 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -468,10 +468,10 @@ bce_attach(device_t dev) /* Allocate PCI memory resources. */ rid = PCIR_BAR(0); sc->bce_res = bus_alloc_resource_any( - dev, /* dev */ - SYS_RES_MEMORY, /* type */ - &rid, /* rid */ - RF_ACTIVE | PCI_RF_DENSE); /* flags */ + dev, /* dev */ + SYS_RES_MEMORY, /* type */ + &rid, /* rid */ + RF_ACTIVE | PCI_RF_DENSE); /* flags */ if (sc->bce_res == NULL) { BCE_PRINTF(sc, "%s(%d): PCI memory allocation failed\n", -- cgit v1.1