From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6560A385C420; Tue, 14 Jan 2025 23:32:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6560A385C420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1736897557; bh=3EKIgWpRcF2RCHr+bD4scTClpXGWSr4r4tJ7IPlHL3U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UfbpWm4UH9WzgRQUe90QE7+J9acegQrQJgfdGwxAAxHIn2697hdqNKXm6vbjoCutu BDkRN/vfnlSTFefwb19kG08AmDt09hrMvgMFv4ETxvZBiqvhN0rWbOJcvvapCFKabq 9JVy4UAwH/7eOStvqidIRhy08wFFLzLdfT+D+F2A= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug build/30098] Keep trying clang-format Date: Tue, 14 Jan 2025 23:32:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30098 --- Comment #16 from Tom Tromey --- I find this kind of ugly: - return (static_cast - (m_addrmap->find ((CORE_ADDR) addr))); + return ( + static_cast (m_addrmap->find ((CORE_ADDR) addr= ))); I'm not a fan of the dangling "(" --=20 You are receiving this mail because: You are on the CC list for the bug.=