# HG changeset patch # User Stefan Mahr # Date 1383310053 -3600 # Node ID 21e14380c3ad2cf98cfef8cafe52775fe0f11027 # Parent 0187ed94862752016bc628af88a8e851043c8e3e maint: Add missing space * libinterp/parse-tree/pt-pr-code.cc (tree_print_code::visit_do_until_command): Add missing space. diff -r 0187ed948627 -r 21e14380c3ad libinterp/parse-tree/pt-pr-code.cc --- a/libinterp/parse-tree/pt-pr-code.cc Mon Jan 20 21:45:53 2014 -0800 +++ b/libinterp/parse-tree/pt-pr-code.cc Fri Nov 01 13:47:33 2013 +0100 @@ -1156,7 +1156,7 @@ indent (); - os << "until"; + os << "until "; tree_expression *expr = cmd.condition ();