changeset 7435:014780c09494 libavcodec

Cosmetics: do not align with now removed next instruction
author vitor
date Mon, 28 Jul 2008 04:24:08 +0000
parents 6a029d8dcfa8
children f71ab851fedb
files ra288.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ra288.c	Mon Jul 28 04:07:18 2008 +0000
+++ b/ra288.c	Mon Jul 28 04:24:08 2008 +0000
@@ -177,7 +177,7 @@
     float work[111];
 
     /* update history */
-    memmove(hist                  , hist + n, (order + non_rec)*sizeof(*hist));
+    memmove(hist, hist + n, (order + non_rec)*sizeof(*hist));
 
     for (x=0; x < n; x++)
         hist[order + non_rec + x] = in[n-x-1];