]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/progspace: fix formatting issue
authorGuinevere Larsen <guinevere@redhat.com>
Wed, 30 Apr 2025 12:28:34 +0000 (09:28 -0300)
committerGuinevere Larsen <guinevere@redhat.com>
Wed, 30 Apr 2025 12:28:34 +0000 (09:28 -0300)
The previous commit had a small styling issue that I forgot to fix
before pushing. This commit fixes the styling issue.

gdb/progspace.c

index fcfdbd7789f2cdbd9bab99d90caaca5dc801de29..eda63790aec9169724119c766b7e4c72da3cb550 100644 (file)
@@ -205,7 +205,7 @@ program_space::exec_close ()
         Clear ebfd before doing so to prevent recursion.  We
         move it to another ref_ptr instead of saving it to a raw
         pointer to avoid it looking like possible use-after-free.  */
-      gdb_bfd_ref_ptr saved_ebfd = std::move(ebfd);
+      gdb_bfd_ref_ptr saved_ebfd = std::move (ebfd);
       ebfd.reset (nullptr);
       ebfd_mtime = 0;