summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/nltool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/nltool.c')
-rw-r--r--src/tools/nltool.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/nltool.c b/src/tools/nltool.c
index a35ca7e5e0d..efb51b0dfbd 100644
--- a/src/tools/nltool.c
+++ b/src/tools/nltool.c
@@ -67,9 +67,9 @@ void CLIB_DECL logerror(const char *format, ...)
void report_bad_cast(const std::type_info &src_type, const std::type_info &dst_type)
{
- printf("Error: bad downcast<> or device<>. Tried to convert a %s to a %s, which are incompatible.\n",
- src_type.name(), dst_type.name());
- throw;
+ printf("Error: bad downcast<> or device<>. Tried to convert a %s to a %s, which are incompatible.\n",
+ src_type.name(), dst_type.name());
+ throw;
}
struct options_entry oplist[] =