diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-07 01:19:01 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-07 01:19:01 +0000 |
commit | 41168f0f80a0a37be26239fddde5f93850b799f4 (patch) | |
tree | b1dd6d860d81b5294e26200cec53161de80c5259 /sys | |
parent | 49da06965dd52b744ce02388080f56aff682b384 (diff) |
fix indentation of a line
ok krw@ miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index 79db0908c1c..6c70c943f1f 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx.c,v 1.89 2014/12/13 21:05:33 doug Exp $ */ +/* $OpenBSD: aic7xxx.c,v 1.90 2015/05/07 01:19:00 jsg Exp $ */ /* $NetBSD: aic7xxx.c,v 1.108 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -40,7 +40,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic7xxx.c,v 1.89 2014/12/13 21:05:33 doug Exp $ + * $Id: aic7xxx.c,v 1.90 2015/05/07 01:19:00 jsg Exp $ */ /* * Ported from FreeBSD by Pascal Renauld, Network Storage Solutions, Inc. - April 2003 @@ -1321,7 +1321,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat) || ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT, TRUE)) { if (ahc->msgout_buf[ahc->msgout_index - 1] == MSG_ABORT_TAG) - tag = scb->hscb->tag; + tag = scb->hscb->tag; ahc_print_path(ahc, scb); printf("SCB %d - Abort%s Completed.\n", scb->hscb->tag, tag == SCB_LIST_NULL ? |