remove whitespace

This commit is contained in:
Miodrag Milanovic 2020-01-10 12:38:03 +01:00
parent 992b507537
commit 6888799c75
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ struct EdifBackend : public Backend {
continue;
SigMap sigmap(module);
std::map<RTLIL::SigSpec, std::set<std::string>> net_join_db;
std::map<RTLIL::SigSpec, std::set<std::string>> net_join_db;
*f << stringf(" (cell %s\n", EDIF_DEF(module->name));
*f << stringf(" (cellType GENERIC)\n");