changeset 18320:21e14380c3ad

maint: Add missing space * libinterp/parse-tree/pt-pr-code.cc (tree_print_code::visit_do_until_command): Add missing space.
author Stefan Mahr <dac922@gmx.de>
date Fri, 01 Nov 2013 13:47:33 +0100
parents 0187ed948627
children efa4572997ba
files libinterp/parse-tree/pt-pr-code.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ();