Cosmetics: indent

Originally committed as revision 13929 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-06-23 20:39:28 +00:00
parent b0068d75eb
commit 37a4b3bb02
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ static unsigned int rms(const int *data)
data++;
}
res = t_sqrt(res);
res = t_sqrt(res);
res >>= (b + 10);
return res;