From d0b1020bf1f9f0e3824d61cd3821e3ea7773f828 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 2 Jan 2022 11:53:15 -0700 Subject: Rename print_spaces_filtered print_spaces_filtered is now misnamed, because whether filtering happens is up to the stream. So, rename it. --- gdb/cli-out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cli-out.c') diff --git a/gdb/cli-out.c b/gdb/cli-out.c index f396aef..39279d9 100644 --- a/gdb/cli-out.c +++ b/gdb/cli-out.c @@ -211,7 +211,7 @@ cli_ui_out::do_spaces (int numspaces) if (test_flags (unfiltered_output)) gdb_printf (m_streams.back (), "%*s", numspaces, ""); else - print_spaces_filtered (numspaces, m_streams.back ()); + print_spaces (numspaces, m_streams.back ()); } void -- cgit v1.1