diff options
author | 2015-10-02 09:07:09 +0000 | |
---|---|---|
committer | 2015-10-02 09:07:09 +0000 | |
commit | 245f0336558c246478d4d7ab0e5f3567cd985e16 (patch) | |
tree | 50fef57051c57bb5d73ba830287f07fd444e6cf8 /lib/libsndio/debug.h | |
parent | remove unused DEFAULT_OPT macro (diff) | |
download | wireguard-openbsd-245f0336558c246478d4d7ab0e5f3567cd985e16.tar.xz wireguard-openbsd-245f0336558c246478d4d7ab0e5f3567cd985e16.zip |
fix spacing
Diffstat (limited to 'lib/libsndio/debug.h')
-rw-r--r-- | lib/libsndio/debug.h | 4 |
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) |