remove unnecessary blank line
authorJeff Wang <jjj11x@gmail.com>
Mon, 17 Feb 2020 09:40:02 +0000 (04:40 -0500)
committerJeff Wang <jeff.wang@utexas.edu>
Mon, 17 Feb 2020 09:42:49 +0000 (04:42 -0500)
frontends/ast/simplify.cc

index b9fb37d5003378add7a78f03874aabe50faea92d..69056aeee9e4dc4bd70a28c5fb81ce16a61c4190 100644 (file)
@@ -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);