mirror of
https://github.com/RPCS3/glslang.git
synced 2025-02-15 00:17:27 +00:00
Fixed formatting
This commit is contained in:
parent
0a82611174
commit
5133b108da
@ -8289,11 +8289,9 @@ void HlslParseContext::declareBlock(const TSourceLoc& loc, TType& type, const TS
|
||||
return;
|
||||
}
|
||||
|
||||
if(symbolTable.atGlobalLevel())
|
||||
{
|
||||
// Save it in the AST for linker use.
|
||||
trackLinkage(variable);
|
||||
}
|
||||
// Save it in the AST for linker use.
|
||||
if (symbolTable.atGlobalLevel())
|
||||
trackLinkage(variable);
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user