Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2016-06-18 20:05:57 +0300
committerTimothy B. Terriberry <tterribe@xiph.org>2016-07-07 01:00:02 +0300
commit096f5d3769e3fffb8963cb05f6d190e7bd0da63d (patch)
treed23c9fee72b1c6da5c9e647a10127802d5a43609 /celt/celt.h
parent05d3e794d7aeb24545424dc128c867f528a5bb00 (diff)
Remove tabs from source code.
There are no tabs in source code.
Diffstat (limited to 'celt/celt.h')
-rw-r--r--celt/celt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/celt.h b/celt/celt.h
index a423b950..d1f7eb69 100644
--- a/celt/celt.h
+++ b/celt/celt.h
@@ -209,7 +209,7 @@ void comb_filter_const_c(opus_val32 *y, opus_val32 *x, int T, int N,
#endif
#ifndef OVERRIDE_COMB_FILTER_CONST
-# define comb_filter_const(y, x, T, N, g10, g11, g12, arch) \
+# define comb_filter_const(y, x, T, N, g10, g11, g12, arch) \
((void)(arch),comb_filter_const_c(y, x, T, N, g10, g11, g12))
#endif