3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 11:45:41 +00:00

another indent

This commit is contained in:
Stan Lee 2026-02-27 11:29:31 -08:00
parent fa1267e0cb
commit 03ce300b49

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++)
{