another indent

This commit is contained in:
Stan Lee 2026-02-27 11:29:31 -08:00
parent fa1267e0cb
commit 03ce300b49
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ void FstData::extractVarNames()
fork_scopes[current_fork_scope].push_back(h->u.var.handle);
}
std::string clean_name;
std::string clean_name;
bool has_space = false;
for(size_t i=0;i<strlen(h->u.var.name);i++)
{