Fix spacing
authorEddie Hung <eddie@fpgeh.com>
Tue, 25 Jun 2019 15:33:17 +0000 (08:33 -0700)
committerEddie Hung <eddie@fpgeh.com>
Tue, 25 Jun 2019 15:33:17 +0000 (08:33 -0700)
passes/memory/memory_dff.cc

index 91ae38fa3eddf463a1651e14df3a97ab36317a15..5215cce440ade3a4c18d3dd01411e5947d071b87 100644 (file)
@@ -193,10 +193,9 @@ struct MemoryDffWorker
                                en.append(enable_invert ? module->LogicNot(NEW_ID, mux->getPort("\\S")) : mux->getPort("\\S"));
                        } while (mux_cells_a.count(sig_data) || mux_cells_b.count(sig_data));
 
-                        for (auto bit : sig_data)
-                                if (sigbit_users_count[bit] > 1) {
-                                        goto skip_ff_after_read_merging;
-                                }
+                       for (auto bit : sig_data)
+                               if (sigbit_users_count[bit] > 1)
+                                       goto skip_ff_after_read_merging;
 
                        if (find_sig_before_dff(sig_data, clk_data, clk_polarity, true) && clk_data != RTLIL::SigSpec(RTLIL::State::Sx) && sig_data == check_q)
                        {