mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user