From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id D0B623858D33 for ; Mon, 20 Mar 2023 17:43:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D0B623858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [172.16.0.192] (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 6E1531E110; Mon, 20 Mar 2023 13:43:14 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1679334194; bh=XFQoaXIhevc5ey0FQKlBTrxTiOP7C9UOS5lyU7PE1A0=; h=Date:Subject:To:References:From:In-Reply-To:From; b=tPrAa9Ko6G7sgI2ye3ff28euX7iorqhoAzazcUHDqnDpXSMPJnd3b18lQCDtBW2QN phcJ+96BKQb27ZGCYFbSi3HObUZDJcEU7jNEoFgXDjxnR5EWbqSdJFQB9KLjajcK0W YkqGx0IG89Vq19pxB0lQXNirNkqmOJeFFOTxys4Y= Message-ID: <833cd6f0-a6e3-5e85-704d-e01062eecc79@simark.ca> Date: Mon, 20 Mar 2023 13:43:14 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH 1/9] fbsd-nat: Add missing spaces. Content-Language: fr To: John Baldwin , gdb-patches@sourceware.org References: <20230228181845.99936-1-jhb@FreeBSD.org> <20230228181845.99936-2-jhb@FreeBSD.org> From: Simon Marchi In-Reply-To: <20230228181845.99936-2-jhb@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2/28/23 13:18, John Baldwin wrote: > No functional change, just style fixes. Approved-By: Simon Marchi But really, feel free to push this kind of patches as obvious. Simon