Fix space issue.

This commit is contained in:
Cary R 2013-07-05 16:19:21 -07:00
parent 3a3cd8565d
commit f6b8d613ab
1 changed files with 0 additions and 2 deletions

View File

@ -3770,8 +3770,6 @@ NetExpr* PEIdent::elaborate_expr_param_(Design*des,
const NetEConst*ctmp = dynamic_cast<const NetEConst*>(par);
if (ctmp) {
verinum cvalue = cast_to_width(ctmp->value(), expr_wid);
tmp = new NetEConstParam(found_in, name, cvalue);
tmp->set_line(*par);