Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/c814db35a62c
branches:  trunk
changeset: 828839:c814db35a62c
user:      nat <nat%NetBSD.org@localhost>
date:      Sat Jan 06 21:16:36 2018 +0000

description:
Whitespace.

diffstat:

 sys/dev/audio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 07e9e96cf7ab -r c814db35a62c sys/dev/audio.c
--- a/sys/dev/audio.c   Sat Jan 06 20:27:31 2018 +0000
+++ b/sys/dev/audio.c   Sat Jan 06 21:16:36 2018 +0000
@@ -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@localhost>
@@ -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 @@
        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 :



Home | Main Index | Thread Index | Old Index