Module Name: src Committed By: nat Date: Sat Jan 6 21:16:36 UTC 2018
Modified Files: src/sys/dev: audio.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.445 -r1.446 src/sys/dev/audio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/audio.c diff -u src/sys/dev/audio.c:1.445 src/sys/dev/audio.c:1.446 --- src/sys/dev/audio.c:1.445 Sat Dec 16 16:04:20 2017 +++ src/sys/dev/audio.c Sat Jan 6 21:16:36 2018 @@ -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 <nathanialsl...@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, str 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 :