mirror of
https://github.com/louisrubet/rpn
synced 2025-01-01 18:20:06 +01:00
Suppr. useless space in prog show
This commit is contained in:
parent
74bd96ace4
commit
388d748add
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ void object::show(ostream& stream)
|
|||
stream << "\"" << ((ostring*)this)->_value << "\"";
|
||||
break;
|
||||
case cmd_program:
|
||||
stream << "<< " << ((oprogram*)this)->_value << " >>";
|
||||
stream << "<<" << ((oprogram*)this)->_value << ">>";
|
||||
break;
|
||||
case cmd_symbol:
|
||||
stream << "'" << ((symbol*)this)->_value << "'";
|
||||
|
|
Loading…
Reference in a new issue