From: Jeff Wang Date: Mon, 17 Feb 2020 09:40:02 +0000 (-0500) Subject: remove unnecessary blank line X-Git-Tag: working-ls180~791^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a31ba8e5d5b5eefdea35aaec585118dca6287673;p=yosys.git remove unnecessary blank line --- diff --git a/frontends/ast/simplify.cc b/frontends/ast/simplify.cc index b9fb37d50..69056aeee 100644 --- a/frontends/ast/simplify.cc +++ b/frontends/ast/simplify.cc @@ -2637,10 +2637,9 @@ skip_dynamic_range_lvalue_expansion:; wire->is_output = false; wire->is_reg = true; wire->attributes["\\nosync"] = AstNode::mkconst_int(1, false); - if (child->type == AST_ENUM_ITEM){ + if (child->type == AST_ENUM_ITEM) wire->attributes["\\enum_base_type"] = child->attributes["\\enum_base_type"]; - } wire_cache[child->str] = wire; current_ast_mod->children.push_back(wire);