fix logical-op-parentheses
This commit is contained in:
parent
e070701f14
commit
9359a157fa
@ -305,8 +305,8 @@ bool CAAudioUnit::CanDo ( int inChannelsIn,
|
||||
// is expected to deal with same channel valance in and out
|
||||
if (result)
|
||||
{
|
||||
if (Comp().Desc().IsEffect() && (inChannelsIn == inChannelsOut)
|
||||
|| Comp().Desc().IsOffline() && (inChannelsIn == inChannelsOut))
|
||||
if ((Comp().Desc().IsEffect() && (inChannelsIn == inChannelsOut))
|
||||
|| (Comp().Desc().IsOffline() && (inChannelsIn == inChannelsOut)))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user