Fix spacing

This commit is contained in:
Cary R 2017-11-20 07:30:12 -08:00
parent 3fc9ad2db0
commit c68a7fede3
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }