From c68a7fede3e51a728909106af8affef0c0f8de07 Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 20 Nov 2017 07:30:12 -0800 Subject: [PATCH] Fix spacing --- elab_expr.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elab_expr.cc b/elab_expr.cc index 6699823f6..8722039c1 100644 --- a/elab_expr.cc +++ b/elab_expr.cc @@ -2278,8 +2278,8 @@ NetExpr* PECallFunction::elaborate_base_(Design*des, NetScope*scope, NetScope*ds } cerr << get_fileline() << ": internal error: Unable to locate " - "function return value for " << path_ - << " in " << dscope->basename() << "." << endl; + "function return value for " << path_ + << " in " << dscope->basename() << "." << endl; des->errors += 1; return 0; }