# HG changeset patch # User vitor # Date 1262633168 0 # Node ID 59be1a7be21fe5d4ce6bc7e44680ff614eaf8a5d # Parent 75bb65276023c43349c7ff060c4b8db0a903aa2c Reindent after last commit diff -r 75bb65276023 -r 59be1a7be21f qcelpdec.c --- a/qcelpdec.c Mon Jan 04 19:25:44 2010 +0000 +++ b/qcelpdec.c Mon Jan 04 19:26:08 2010 +0000 @@ -598,8 +598,8 @@ * @param lpc float vector for the resulting LPC * @param subframe_num frame number in decoded stream */ -static void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc, - const int subframe_num) +static void interpolate_lpc(QCELPContext *q, const float *curr_lspf, + float *lpc, const int subframe_num) { float interpolated_lspf[10]; float weight;