gdb/progspace: fix formatting issue

The previous commit had a small styling issue that I forgot to fix
before pushing. This commit fixes the styling issue.
This commit is contained in:
Guinevere Larsen
2025-04-30 09:28:34 -03:00
parent aab91c55c3
commit cebc30425e

View 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;