summaryrefslogtreecommitdiff
path: root/src/value.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.cc')
-rw-r--r--src/value.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/value.cc b/src/value.cc
index de491e6c..9f69016d 100644
--- a/src/value.cc
+++ b/src/value.cc
@@ -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()