]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/dwarf: remove spurious space
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 17 Feb 2025 19:49:11 +0000 (14:49 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 17 Feb 2025 19:49:11 +0000 (14:49 -0500)
Change-Id: I420280721cb734a2e061743309bf9b25d2179f8f

gdb/dwarf2/read.c

index 198b9ff4102c214c2f6e0cac69d09febe2d3b500..9f62d0cb2259c74dfa38b0383b1ca63199c23080 100644 (file)
@@ -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;
     }