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:
authorRalph Giles <giles@mozilla.com>2012-03-20 04:10:13 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-04-02 19:21:36 +0400
commit5f6e472c91fb0a4a6b467f1b3c2d508b919fc9d5 (patch)
tree2be2d17c716c1b110828e091873626fa25ae4eb5 /silk/lin2log.c
parent905197d750d00c460c4940c42c3b7b9c2f85441c (diff)
Remove trailing whitespace.
Also fixes a minor typo.
Diffstat (limited to 'silk/lin2log.c')
-rw-r--r--silk/lin2log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/lin2log.c b/silk/lin2log.c
index 0772e470..7992dba7 100644
--- a/silk/lin2log.c
+++ b/silk/lin2log.c
@@ -32,7 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "SigProc_FIX.h"
/* Approximation of 128 * log2() (very close inverse of silk_log2lin()) */
/* Convert input to a log scale */
-opus_int32 silk_lin2log(
+opus_int32 silk_lin2log(
const opus_int32 inLin /* I input in linear scale */
)
{