diff options
author | 2016-01-09 08:27:24 +0000 | |
---|---|---|
committer | 2016-01-09 08:27:24 +0000 | |
commit | e8cc0bfd63a2ec0ff314665d4885c8c89759950b (patch) | |
tree | 4bdff8331f411c8ec9c73372575444b94f7c6074 /lib/libsndio/sio_aucat.c | |
parent | drop "abort" promise, and make it the default behaviour. (diff) | |
download | wireguard-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.c | 5 |
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; } |