]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
remote: Fix indentation in remote_new_objfile.
authorJohn Baldwin <jhb@FreeBSD.org>
Sat, 12 Jun 2021 17:43:29 +0000 (10:43 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Sat, 12 Jun 2021 17:43:29 +0000 (10:43 -0700)
commitd424629da8759410671d96d33a3fbd5bc38f93b2
treea666be7f72ec658f299fe56cc599571ca6220dd2
parent5629cf2b98a92925434aeb234d22ad61c5c4bc7e
remote: Fix indentation in remote_new_objfile.

gdb/remote.c:14541:5: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
    if (current_inferior ()->in_initial_library_scan)
    ^
gdb/remote.c:14527:3: note: previous statement is here
  if (remote == nullptr)
  ^

gdb/ChangeLog:

* remote.c (remote_new_objfile): Fix indentation.
gdb/ChangeLog
gdb/remote.c