remove whitespace
authorMiodrag Milanovic <mmicko@gmail.com>
Fri, 10 Jan 2020 11:38:03 +0000 (12:38 +0100)
committerMiodrag Milanovic <mmicko@gmail.com>
Fri, 10 Jan 2020 11:38:03 +0000 (12:38 +0100)
backends/edif/edif.cc

index 1bfd4a33513bf93842ecc7fd6750b4f3ee33b0b5..6735d670f43e8012f7827e6230c34952235e5156 100644 (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");