Fixed formatting
This commit is contained in:
parent
0a82611174
commit
5133b108da
1 changed files with 3 additions and 5 deletions
|
|
@ -8289,12 +8289,10 @@ void HlslParseContext::declareBlock(const TSourceLoc& loc, TType& type, const TS
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(symbolTable.atGlobalLevel())
|
|
||||||
{
|
|
||||||
// Save it in the AST for linker use.
|
// Save it in the AST for linker use.
|
||||||
|
if (symbolTable.atGlobalLevel())
|
||||||
trackLinkage(variable);
|
trackLinkage(variable);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// "For a block, this process applies to the entire block, or until the first member
|
// "For a block, this process applies to the entire block, or until the first member
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue