aboutsummaryrefslogtreecommitdiff
path: root/signal/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'signal/stream.h')
-rwxr-xr-xsignal/stream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/signal/stream.h b/signal/stream.h
index 331cf30..3ccc205 100755
--- a/signal/stream.h
+++ b/signal/stream.h
@@ -8,8 +8,7 @@
#define SF_ALAW 20
#define SF_MP3 30
-#define SF_SIZEOF(a) (a == SF_FLOAT ? sizeof(t_float) : \
- a == SF_16BIT ? sizeof(short) : 1)
+#define SF_SIZEOF(a) (a == SF_FLOAT ? sizeof(t_float) : a == SF_16BIT ? sizeof(short) : 1)