From 11e394aacfabcb59566a0f56e96c103794526e0b Mon Sep 17 00:00:00 2001 From: Cary R Date: Fri, 14 Jun 2013 16:29:33 -0700 Subject: [PATCH] Remove space error --- PExpr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PExpr.h b/PExpr.h index 7612cbe6a..c19657cff 100644 --- a/PExpr.h +++ b/PExpr.h @@ -1,7 +1,7 @@ #ifndef __PExpr_H #define __PExpr_H /* - * Copyright (c) 1998-2011 Stephen Williams + * Copyright (c) 1998-2013 Stephen Williams * Copyright CERN 2013 / Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it @@ -386,7 +386,7 @@ class PEIdent : public PExpr { bool elaborate_lval_net_part_(Design*, NetScope*, NetAssign_*) const; bool elaborate_lval_net_idx_(Design*, NetScope*, NetAssign_*, index_component_t::ctype_t, - bool need_const_idx) const; + bool need_const_idx) const; bool elaborate_lval_net_class_member_(Design*, NetScope*, NetAssign_*, const perm_string&) const;