From: Simon Marchi Date: Mon, 26 Feb 2024 22:34:40 +0000 (-0500) Subject: gdb/amd-dbgapi: fix indentation X-Git-Tag: gdb-15-branchpoint~875 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ea1fafc5efc3b89e53b73efae7fdd489abccdf4;p=thirdparty%2Fbinutils-gdb.git gdb/amd-dbgapi: fix indentation Change-Id: Ia7a001020758edd2031d0d413d023d2808dd40a0 --- diff --git a/gdb/amd-dbgapi-target.c b/gdb/amd-dbgapi-target.c index ae8c1ea14e3..3fdc3cd838a 100644 --- a/gdb/amd-dbgapi-target.c +++ b/gdb/amd-dbgapi-target.c @@ -1400,7 +1400,7 @@ consume_one_event (int pid) ptid_t amd_dbgapi_target::wait (ptid_t ptid, struct target_waitstatus *ws, - target_wait_flags target_options) + target_wait_flags target_options) { gdb_assert (!current_inferior ()->process_target ()->commit_resumed_state); gdb_assert (ptid == minus_one_ptid || ptid.is_pid ());