diff options
author | 2016-01-09 08:53:08 +0000 | |
---|---|---|
committer | 2016-01-09 08:53:08 +0000 | |
commit | e3aa6b545969d745c811c57f3d67eadad6003c0d (patch) | |
tree | acf69cf21684992312cca42e284f6a9341137690 | |
parent | Make code fit in 80 columns, remove trailing spaces & tabs. (diff) | |
download | wireguard-openbsd-e3aa6b545969d745c811c57f3d67eadad6003c0d.tar.xz wireguard-openbsd-e3aa6b545969d745c811c57f3d67eadad6003c0d.zip |
unexpand tabs
-rw-r--r-- | usr.bin/sndiod/dev.c | 4 | ||||
-rw-r--r-- | usr.bin/sndiod/dsp.c | 4 |
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; |