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/c-valprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/c-valprint.c') diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c index 9a860bfc94a..93e7cfd4254 100644 --- a/gdb/c-valprint.c +++ b/gdb/c-valprint.c @@ -222,7 +222,7 @@ print_unpacked_pointer (struct type *type, struct type *elttype, if (options->prettyformat) { gdb_printf (stream, "\n"); - print_spaces_filtered (2 + 2 * recurse, stream); + print_spaces (2 + 2 * recurse, stream); } } } -- cgit v1.2.1