Style fixes.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-03-27 22:40:16 +01:00
parent e748f6e96f
commit 78268c51c0
2 changed files with 3 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ public:
auto v = _baseTypes.TryGet(name);
if (!v.has_value()) {
t = _mainModule->GetTypeInfoByName(name.c_str());
if (t == NULL){
if (t == NULL) {
t = _engine->GetTypeInfoByDecl(name.c_str());
}
_baseTypes.Insert(name, t);