# HG changeset patch # User vitor # Date 1217222211 0 # Node ID deea146537af8e8c45b12cbf50618a9b8d4074aa # Parent d9d070ff46bf1cc70cc9b42e8c35332acb3760cc Cosmetics: align comments diff -r d9d070ff46bf -r deea146537af ra288.c --- a/ra288.c Mon Jul 28 04:53:05 2008 +0000 +++ b/ra288.c Mon Jul 28 05:16:51 2008 +0000 @@ -25,11 +25,11 @@ #include "ra288.h" typedef struct { - float sp_lpc[36]; ///< LPC coefficients for speech data (spec: A) - float gain_lpc[10]; ///< LPC coefficients for gain (spec: GB) + float sp_lpc[36]; ///< LPC coefficients for speech data (spec: A) + float gain_lpc[10]; ///< LPC coefficients for gain (spec: GB) int phase; - float sp_hist[111]; ///< Speech data history (spec: SB) + float sp_hist[111]; ///< Speech data history (spec: SB) /** Speech part of the gain autocorrelation (spec: REXP) */ float sp_rec[37];