diff options
| author | nat <nat@NetBSD.org> | 2018-01-06 21:16:36 +0000 |
|---|---|---|
| committer | nat <nat@NetBSD.org> | 2018-01-06 21:16:36 +0000 |
| commit | eceb26383e14676e5cf70a78ba6cd98be191a3e2 (patch) | |
| tree | 8351598029ea0629e6204d1821e64c1fe371793a /sys/dev | |
| parent | 1ae953fb1f48a33d1bbd160d29509364fd523a40 (diff) | |
Whitespace.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/audio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/audio.c b/sys/dev/audio.c index 05818566952..32d2a0dfc77 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.445 2017/12/16 16:04:20 nat Exp $ */ +/* $NetBSD: audio.c,v 1.446 2018/01/06 21:16:36 nat Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss <nathanialsloss@yahoo.com.au> @@ -148,7 +148,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.445 2017/12/16 16:04:20 nat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.446 2018/01/06 21:16:36 nat Exp $"); #ifdef _KERNEL_OPT #include "audio.h" @@ -4794,7 +4794,7 @@ audiosetinfo(struct audio_softc *sc, struct audio_info *ai, bool reset, vc->sc_lastinfovalid = true; cleanup: - if (error == 0 && (cleared || pausechange|| reset)) { + if (error == 0 && (cleared || pausechange || reset)) { int init_error; init_error = (pausechange == 1 && reset == 0) ? 0 : |
