summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/debug.h
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2015-10-02 09:07:09 +0000
committerratchov <ratchov@openbsd.org>2015-10-02 09:07:09 +0000
commit245f0336558c246478d4d7ab0e5f3567cd985e16 (patch)
tree50fef57051c57bb5d73ba830287f07fd444e6cf8 /lib/libsndio/debug.h
parentremove unused DEFAULT_OPT macro (diff)
downloadwireguard-openbsd-245f0336558c246478d4d7ab0e5f3567cd985e16.tar.xz
wireguard-openbsd-245f0336558c246478d4d7ab0e5f3567cd985e16.zip
fix spacing
Diffstat (limited to 'lib/libsndio/debug.h')
-rw-r--r--lib/libsndio/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/debug.h b/lib/libsndio/debug.h
index 8cad09f11b6..1856159de35 100644
--- a/lib/libsndio/debug.h
+++ b/lib/libsndio/debug.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: debug.h,v 1.3 2013/11/13 22:38:22 ratchov Exp $ */
+/* $OpenBSD: debug.h,v 1.4 2015/10/02 09:07:09 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -22,7 +22,7 @@
#define DPRINTFN(n, ...) \
do { \
- if (_sndio_debug >= (n)) \
+ if (_sndio_debug >= (n)) \
fprintf(stderr, __VA_ARGS__); \
} while(0)