mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 11:45:41 +00:00
another indent
This commit is contained in:
parent
fa1267e0cb
commit
03ce300b49
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue