Fixed formatting

This commit is contained in:
Sebastian Tafuri 2017-10-07 00:12:50 +02:00
parent 0a82611174
commit 5133b108da

View File

@ -8289,12 +8289,10 @@ void HlslParseContext::declareBlock(const TSourceLoc& loc, TType& type, const TS
return;
}
if(symbolTable.atGlobalLevel())
{
// Save it in the AST for linker use.
if (symbolTable.atGlobalLevel())
trackLinkage(variable);
}
}
//
// "For a block, this process applies to the entire block, or until the first member