Remove redundant parentheses around == comparison operator

Bug: 28026175
Change-Id: I61be1ab98d7279d09250ea4b810c5f31886da048
This commit is contained in:
Glenn Kasten 2016-04-06 08:53:36 -07:00
parent 2a9da6a10b
commit 2504f60434
1 changed files with 1 additions and 1 deletions

View File

@ -1939,7 +1939,7 @@ INT sbrEncoder_Init(
if ( (aot==AOT_PS) ) {
if ( aot==AOT_PS ) {
usePs = 1;
}
if ( aot==AOT_ER_AAC_ELD ) {