summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/sio_aucat.c
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2016-01-09 08:27:24 +0000
committerratchov <ratchov@openbsd.org>2016-01-09 08:27:24 +0000
commite8cc0bfd63a2ec0ff314665d4885c8c89759950b (patch)
tree4bdff8331f411c8ec9c73372575444b94f7c6074 /lib/libsndio/sio_aucat.c
parentdrop "abort" promise, and make it the default behaviour. (diff)
downloadwireguard-openbsd-e8cc0bfd63a2ec0ff314665d4885c8c89759950b.tar.xz
wireguard-openbsd-e8cc0bfd63a2ec0ff314665d4885c8c89759950b.zip
Make code fit in 80 columns, remove trailing spaces & tabs.
Diffstat (limited to 'lib/libsndio/sio_aucat.c')
-rw-r--r--lib/libsndio/sio_aucat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libsndio/sio_aucat.c b/lib/libsndio/sio_aucat.c
index d05c042c555..74a1ecdd13e 100644
--- a/lib/libsndio/sio_aucat.c
+++ b/lib/libsndio/sio_aucat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sio_aucat.c,v 1.19 2015/11/22 12:01:23 ratchov Exp $ */
+/* $OpenBSD: sio_aucat.c,v 1.20 2016/01/09 08:27:24 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -124,7 +124,8 @@ sio_aucat_runmsg(struct sio_aucat_hdl *hdl)
hdl->pstate = PSTATE_INIT;
break;
default:
- DPRINTF("sio_aucat_runmsg: unhandled message %u\n", hdl->aucat.rmsg.cmd);
+ DPRINTF("sio_aucat_runmsg: unhandled message %u\n",
+ hdl->aucat.rmsg.cmd);
hdl->sio.eof = 1;
return 0;
}