From 806703243e3b6168c6b7896c2bc68ebe8186eefc Mon Sep 17 00:00:00 2001
From: Justin Ruggles <justin.ruggles@gmail.com>
Date: Sat, 6 Dec 2008 15:38:21 +0000
Subject: [PATCH] cosmetics: vertical alignment

Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/ac3dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c
index 1a7e532da5f..9e33db08e34 100644
--- a/libavcodec/ac3dec.c
+++ b/libavcodec/ac3dec.c
@@ -373,7 +373,7 @@ static void set_downmix_coeffs(AC3DecodeContext *s)
  * reference: Section 7.1.3 Exponent Decoding
  */
 static int decode_exponents(GetBitContext *gbc, int exp_strategy, int ngrps,
-                             uint8_t absexp, int8_t *dexps)
+                            uint8_t absexp, int8_t *dexps)
 {
     int i, j, grp, group_size;
     int dexp[256];
-- 
GitLab