Fix spacing
This commit is contained in:
parent
3fc9ad2db0
commit
c68a7fede3
|
|
@ -2278,8 +2278,8 @@ NetExpr* PECallFunction::elaborate_base_(Design*des, NetScope*scope, NetScope*ds
|
||||||
}
|
}
|
||||||
|
|
||||||
cerr << get_fileline() << ": internal error: Unable to locate "
|
cerr << get_fileline() << ": internal error: Unable to locate "
|
||||||
"function return value for " << path_
|
"function return value for " << path_
|
||||||
<< " in " << dscope->basename() << "." << endl;
|
<< " in " << dscope->basename() << "." << endl;
|
||||||
des->errors += 1;
|
des->errors += 1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue