From 9549d9c176b98ec8566c8cea02e281ae81efa078 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 12 Jan 2001 09:45:57 +0000 Subject: Restore missing space lost when switching to UI_OUT. --- gdb/infcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infcmd.c') diff --git a/gdb/infcmd.c b/gdb/infcmd.c index fb788f8..cd18676 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1017,7 +1017,7 @@ print_return_value (int structure_return, struct type *value_type) stb = ui_out_stream_new (uiout); ui_out_text (uiout, "Value returned is "); ui_out_field_fmt (uiout, "gdb-result-var", "$%d", record_latest_value (value)); - ui_out_text (uiout, "= "); + ui_out_text (uiout, " = "); value_print (value, stb->stream, 0, Val_no_prettyprint); ui_out_field_stream (uiout, "return-value", stb); ui_out_text (uiout, "\n"); -- cgit v1.1