From c86bff270712bcf5aaf296d2f867a856be8b6ff9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 8 Mar 2012 00:44:48 -0600 Subject: Whitespace fix --- src/value.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/value.cc') 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() -- cgit v1.2.3