Fix code style issue and remove setXfbBufferStride new paramte

1. Keep the curly braces style.
2. revert a Improper change
This commit is contained in:
Roy 2019-09-04 11:37:56 +08:00
parent b69e8f3aca
commit 35dabea786
2 changed files with 3 additions and 4 deletions

View file

@ -839,8 +839,7 @@ TIntermTyped* TIntermediate::createConversion(TBasicType convertTo, TIntermTyped
return nullptr;
}
if (!buildConvertOp(convertTo, node->getBasicType(), newOp))
{
if (!buildConvertOp(convertTo, node->getBasicType(), newOp)) {
return nullptr;
}