# HG changeset patch # User michael # Date 1219362768 0 # Node ID 152d97e263f52a461339a7a53d79f2079784627a # Parent c44919224bcd66b070a4279a5ed779fa8e20bd55 Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by adding spaces. diff -r c44919224bcd -r 152d97e263f5 acelp_vectors.h --- a/acelp_vectors.h Thu Aug 21 23:51:25 2008 +0000 +++ b/acelp_vectors.h Thu Aug 21 23:52:48 2008 +0000 @@ -138,7 +138,7 @@ * * @note It is safe to pass the same buffer for out and in_a or in_b. * - * out[i] = (in_a[i]*weight_a+in_b[i]*weight_b+rounder) >> shift + * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift */ void ff_acelp_weighted_vector_sum( int16_t* out,