Fix the indentation. While originally I thought this was an if statement
authorjsg <jsg@openbsd.org>
Fri, 8 May 2015 07:25:36 +0000 (07:25 +0000)
committerjsg <jsg@openbsd.org>
Fri, 8 May 2015 07:25:36 +0000 (07:25 +0000)
with missing braces ratchov checked the specs to see the current
behaviour is correct, just poorly formatted.

ok ratchov@

sys/dev/isa/ad1848.c

index 96a23c4..50694c5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ad1848.c,v 1.40 2014/09/14 14:17:25 jsg Exp $ */
+/*     $OpenBSD: ad1848.c,v 1.41 2015/05/08 07:25:36 jsg Exp $ */
 /*     $NetBSD: ad1848.c,v 1.45 1998/01/30 02:02:38 augustss Exp $     */
 
 /*
@@ -1274,7 +1274,7 @@ ad1848_reset(struct ad1848_softc *sc)
 
        /* Clear interrupt status */
        if (sc->mode == 2)
-       ad_write(sc, CS_IRQ_STATUS, 0);
+               ad_write(sc, CS_IRQ_STATUS, 0);
        ADWRITE(sc, AD1848_STATUS, 0);
 
 #ifdef AUDIO_DEBUG