summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2016-01-09 08:53:08 +0000
committerratchov <ratchov@openbsd.org>2016-01-09 08:53:08 +0000
commite3aa6b545969d745c811c57f3d67eadad6003c0d (patch)
treeacf69cf21684992312cca42e284f6a9341137690
parentMake code fit in 80 columns, remove trailing spaces & tabs. (diff)
downloadwireguard-openbsd-e3aa6b545969d745c811c57f3d67eadad6003c0d.tar.xz
wireguard-openbsd-e3aa6b545969d745c811c57f3d67eadad6003c0d.zip
unexpand tabs
-rw-r--r--usr.bin/sndiod/dev.c4
-rw-r--r--usr.bin/sndiod/dsp.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/sndiod/dev.c b/usr.bin/sndiod/dev.c
index 1c038c17900..005e8ec1f6b 100644
--- a/usr.bin/sndiod/dev.c
+++ b/usr.bin/sndiod/dev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dev.c,v 1.23 2016/01/08 16:17:31 ratchov Exp $ */
+/* $OpenBSD: dev.c,v 1.24 2016/01/09 08:53:08 ratchov Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
@@ -1642,7 +1642,7 @@ slot_attach(struct slot *s)
#ifdef DEBUG
if ((s->mode & d->mode) != s->mode) {
slot_log(s);
- log_puts(": mode beyond device mode, not attaching\n");
+ log_puts(": mode beyond device mode, not attaching\n");
panic();
}
#endif
diff --git a/usr.bin/sndiod/dsp.c b/usr.bin/sndiod/dsp.c
index 2373eaf4260..dc371c1be4c 100644
--- a/usr.bin/sndiod/dsp.c
+++ b/usr.bin/sndiod/dsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsp.c,v 1.9 2016/01/08 16:17:31 ratchov Exp $ */
+/* $OpenBSD: dsp.c,v 1.10 2016/01/09 08:53:08 ratchov Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
@@ -152,7 +152,7 @@ aparams_strtoenc(struct aparams *par, char *istr)
return 0;
done:
- par->msb = msb;
+ par->msb = msb;
par->sig = sig;
par->bits = bits;
par->bps = bps;