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/1926a110cdc7
branches: trunk
changeset: 358538:1926a110cdc7
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 4c48cdfc9c1e -r 1926a110cdc7 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