From e3f53c00e2f58a37fe2ae58ed09cb5bd78067cfe Mon Sep 17 00:00:00 2001 From: yamt Date: Mon, 18 Feb 2002 14:45:56 +0000 Subject: fix indent --- sys/dev/ic/wi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/wi.c b/sys/dev/ic/wi.c index b0350820ef5..9647a595b8d 100644 --- a/sys/dev/ic/wi.c +++ b/sys/dev/ic/wi.c @@ -1,4 +1,4 @@ -/* $NetBSD: wi.c,v 1.41 2002/02/18 14:41:50 yamt Exp $ */ +/* $NetBSD: wi.c,v 1.42 2002/02/18 14:45:56 yamt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -70,7 +70,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.41 2002/02/18 14:41:50 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.42 2002/02/18 14:45:56 yamt Exp $"); #define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */ #define WI_HERMES_STATS_WAR /* Work around stats counter bug. */ @@ -186,8 +186,8 @@ wi_attach(sc) if (memcmp(sc->sc_macaddr, empty_macaddr, ETHER_ADDR_LEN) == 0) { printf("%s: could not get mac address, attach failed\n", sc->sc_dev.dv_xname); - splx(s); - return 1; + splx(s); + return 1; } printf(" 802.11 address %s\n", ether_sprintf(sc->sc_macaddr)); -- cgit