Non-functional: Fix tabs.

This commit is contained in:
John Kessenich 2018-04-11 00:03:47 -06:00
parent e891afacf4
commit 461ea09943
7 changed files with 308 additions and 308 deletions

View file

@ -8629,7 +8629,7 @@ void HlslParseContext::declareBlock(const TSourceLoc& loc, TType& type, const TS
return;
}
// Save it in the AST for linker use.
// Save it in the AST for linker use.
if (symbolTable.atGlobalLevel())
trackLinkage(variable);
}