Commit 5133b108 by Sebastian Tafuri

Fixed formatting

parent 0a826111
...@@ -8289,11 +8289,9 @@ void HlslParseContext::declareBlock(const TSourceLoc& loc, TType& type, const TS ...@@ -8289,11 +8289,9 @@ 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);
}
} }
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment