From: Eddie Hung Date: Mon, 1 Jul 2019 18:10:44 +0000 (-0700) Subject: Fix spacing X-Git-Tag: working-ls180~881^2^2~288 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac5f3d500db46a4312d77f43fded2feb25545a3a;p=yosys.git Fix spacing --- diff --git a/frontends/aiger/aigerparse.cc b/frontends/aiger/aigerparse.cc index 7f81a4c89..57a164f1b 100644 --- a/frontends/aiger/aigerparse.cc +++ b/frontends/aiger/aigerparse.cc @@ -756,7 +756,7 @@ void AigerReader::post_process() log_assert(flop_module); flop_past_q = box_module->attributes.at("\\abc_flop_past_q").decode_string(); } - else if (seen_boxes.insert(cell->type).second) { + else if (seen_boxes.insert(cell->type).second) { auto it = box_module->attributes.find("\\abc_carry"); if (it != box_module->attributes.end()) { RTLIL::Wire *carry_in = nullptr, *carry_out = nullptr;