From 267843844cf320b151962f90e72c4254bf4622a5 Mon Sep 17 00:00:00 2001
From: Alex Converse <alex.converse@gmail.com>
Date: Wed, 7 Jul 2010 21:50:50 +0000
Subject: [PATCH] Cosmetics: whitespace

Originally committed as revision 24100 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/aacenc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
index 7015895e95c..f122fe11acb 100644
--- a/libavcodec/aacenc.c
+++ b/libavcodec/aacenc.c
@@ -529,7 +529,8 @@ static int aac_encode_frame(AVCodecContext *avctx,
                 wi[j].num_windows    = 1;
                 wi[j].grouping[0]    = 1;
             } else {
-            wi[j] = ff_psy_suggest_window(&s->psy, samples2, la, start_ch + j, ics->window_sequence[0]);
+                wi[j] = ff_psy_suggest_window(&s->psy, samples2, la, start_ch + j,
+                                              ics->window_sequence[0]);
             }
             ics->window_sequence[1] = ics->window_sequence[0];
             ics->window_sequence[0] = wi[j].window_type[0];
-- 
GitLab