Whitespace fix
This commit is contained in:
parent
4d01143400
commit
c86bff2707
1 changed files with 2 additions and 2 deletions
|
|
@ -1266,8 +1266,8 @@ void value_t::in_place_cast(type_t cast_type)
|
|||
}
|
||||
|
||||
add_error_context(_("While converting %1:") << *this);
|
||||
throw_(value_error, _("Cannot convert %1 to %2")
|
||||
<< label() << label(cast_type));
|
||||
throw_(value_error,
|
||||
_("Cannot convert %1 to %2") << label() << label(cast_type));
|
||||
}
|
||||
|
||||
void value_t::in_place_negate()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue