changeset 7443:a8b985890c34 libavcodec

Cosmetics: new line
author vitor
date Mon, 28 Jul 2008 10:49:44 +0000
parents 2ccb81f932f0
children a9da32d66fec
files ra288.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ra288.c	Mon Jul 28 10:49:14 2008 +0000
+++ b/ra288.c	Mon Jul 28 10:49:44 2008 +0000
@@ -238,6 +238,7 @@
     for (x=0; x < 32; x++) {
         float gain = amptable[get_bits(&gb, 3)];
         int cb_coef = get_bits(&gb, 6 + (x&1));
+
         decode(ractx, gain, cb_coef);
 
         for (y=0; y < 5; y++)