From: Simon Marchi Date: Mon, 17 Feb 2025 19:49:11 +0000 (-0500) Subject: gdb/dwarf: remove spurious space X-Git-Tag: binutils-2_45~1563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf88ff5ad3785885337d94059de2567922b804f;p=thirdparty%2Fbinutils-gdb.git gdb/dwarf: remove spurious space Change-Id: I420280721cb734a2e061743309bf9b25d2179f8f --- diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index 198b9ff4102..9f62d0cb225 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -4718,7 +4718,7 @@ maybe_queue_comp_unit (struct dwarf2_cu *dependent_cu, if (!per_objfile->symtab_set_p (per_cu)) { /* Add it to the queue. */ - queue_comp_unit (per_cu, per_objfile, pretend_language); + queue_comp_unit (per_cu, per_objfile, pretend_language); queued = true; }