From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1879) id EB7FE3858C98; Mon, 26 Feb 2024 22:35:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB7FE3858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708986943; bh=Q5V8xhontYI+Iw5bw6EQSrhZT33zzssnoRv03P4FvBI=; h=From:To:Subject:Date:From; b=h04UA0R5M/Xy+rgmO/zZ20K5uz6DhniC5RjDlA0vB4cJdJS86GcbDzzimchigFpGX 58AT5dkzQT/XGL8SpaM1ATmuqUggzjt5M98/apPqpL9KOZCU+rYiEVXpDMiDBAMKQW pQyD5nU0Kj7rUNAe73Y6liu2LUEcY2hbB79MITII= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Simon Marchi To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb/amd-dbgapi: fix indentation X-Act-Checkin: binutils-gdb X-Git-Author: Simon Marchi X-Git-Refname: refs/heads/master X-Git-Oldrev: 4c3b59d5ba864609049df054e117bf6417194d22 X-Git-Newrev: 5ea1fafc5efc3b89e53b73efae7fdd489abccdf4 Message-Id: <20240226223543.EB7FE3858C98@sourceware.org> Date: Mon, 26 Feb 2024 22:35:43 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D5ea1fafc5efc= 3b89e53b73efae7fdd489abccdf4 commit 5ea1fafc5efc3b89e53b73efae7fdd489abccdf4 Author: Simon Marchi Date: Mon Feb 26 17:34:40 2024 -0500 gdb/amd-dbgapi: fix indentation =20 Change-Id: Ia7a001020758edd2031d0d413d023d2808dd40a0 Diff: --- gdb/amd-dbgapi-target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) =20 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_stat= e); gdb_assert (ptid =3D=3D minus_one_ptid || ptid.is_pid ());