summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorplunky <plunky@NetBSD.org>2006-09-24 10:16:21 +0000
committerplunky <plunky@NetBSD.org>2006-09-24 10:16:21 +0000
commit75521932f76ba4e79d1eb347ff2e3662d6d710ae (patch)
tree71e49b72ea1386336172f8e8cc670a1d33d40fb2 /sys/dev
parentf3751075174c17c043cd9d1a16f6425a82c491b6 (diff)
adjust indentation
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/bluetooth/btsco.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/bluetooth/btsco.c b/sys/dev/bluetooth/btsco.c
index 08c72659e50..e00210a50f2 100644
--- a/sys/dev/bluetooth/btsco.c
+++ b/sys/dev/bluetooth/btsco.c
@@ -1,4 +1,4 @@
-/* $NetBSD: btsco.c,v 1.6 2006/09/23 16:11:07 plunky Exp $ */
+/* $NetBSD: btsco.c,v 1.7 2006/09/24 10:16:21 plunky Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: btsco.c,v 1.6 2006/09/23 16:11:07 plunky Exp $");
+__KERNEL_RCSID(0, "$NetBSD: btsco.c,v 1.7 2006/09/24 10:16:21 plunky Exp $");
#include <sys/param.h>
#include <sys/audioio.h>
@@ -179,8 +179,8 @@ static const struct audio_hw_if btsco_if = {
NULL, /* speaker_ctl */
btsco_getdev, /* getdev */
btsco_setfd, /* setfd */
- btsco_set_port, /* set_port */
- btsco_get_port, /* get_port */
+ btsco_set_port, /* set_port */
+ btsco_get_port, /* get_port */
btsco_query_devinfo, /* query_devinfo */
btsco_allocm, /* allocm */
btsco_freem, /* freem */