gdb: fix indentation within print_one_breakpoint_location
authorAndrew Burgess <aburgess@redhat.com>
Thu, 6 Apr 2023 11:02:00 +0000 (12:02 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 11 Apr 2023 11:21:42 +0000 (12:21 +0100)
commit7594741ebc2700a36fb77acfc6515dbfca4ed0dc
treea35c88eace7db16c78874dac077f2ae40a1b7800
parentf7c3b037c0b424bc0a30e75c76fe78fb74ad01b1
gdb: fix indentation within print_one_breakpoint_location

Spotted some code in print_one_breakpoint_location that was not
indented correctly, this commit just changes the indentation.

There should be no user visible changes after this commit.
gdb/breakpoint.c