From: damien Date: Thu, 28 Aug 2008 16:02:14 +0000 (+0000) Subject: indent IF_PURGE. pointed out by brad@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ef4e3661752f889a40223d2c792225e462bb48f0;p=openbsd indent IF_PURGE. pointed out by brad@ no binary changes. --- diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c index 7af309b3935..7a0c13e65f1 100644 --- a/sys/dev/pci/if_ipw.c +++ b/sys/dev/pci/if_ipw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ipw.c,v 1.78 2008/08/28 16:00:21 damien Exp $ */ +/* $OpenBSD: if_ipw.c,v 1.79 2008/08/28 16:02:14 damien Exp $ */ /*- * Copyright (c) 2004-2008 @@ -1288,7 +1288,7 @@ ipw_start(struct ifnet *ifp) struct mbuf *m; for (;;) { - IF_PURGE(&ic->ic_mgtq); + IF_PURGE(&ic->ic_mgtq); if (ic->ic_state != IEEE80211_S_RUN) return;