changeset 7854:e5e3c56c358c libavcodec

Cosmetics: line breaks
author vitor
date Sat, 13 Sep 2008 16:56:58 +0000
parents 21ab545aed8b
children 9a135b6a1dc7
files ra288.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ra288.c	Sat Sep 13 16:49:05 2008 +0000
+++ b/ra288.c	Sat Sep 13 16:56:58 2008 +0000
@@ -136,9 +136,8 @@
  * @param out2    pointer to the recursive part of the output
  * @param window  pointer to the windowing function table
  */
-static void do_hybrid_window(int order, int n, int non_rec,
-                             float *out, float *hist, float *out2,
-                             const float *window)
+static void do_hybrid_window(int order, int n, int non_rec, float *out,
+                             float *hist, float *out2, const float *window)
 {
     int i;
     float buffer1[order + 1];