From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 8E53B3858D32 for ; Fri, 10 Nov 2023 23:36:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8E53B3858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 8E53B3858D32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.211.166.183 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699659371; cv=none; b=YlYvDsoOpne29gzUA39nGqwNWGgES2tVTbH72IY/kEYtkCwuwmiYsyHWlm2qPexvjof+87O0czd6WUfWX8PY3ey5U4RX1VkPWpyAuKosfQGn5yDGTzbJAObxUkIHi9Q4fnHRC21GBl6q+ZCa0m8RNdfEtKO3C8bAtcE3bAY9egU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699659371; c=relaxed/simple; bh=TKWEIKHFhZV9DPcipIa4PDAgDxfDbyMydO5sCIiH5vM=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=p1giVcopRY3VqwAJzzZY4b8Qq0P/ze4paAy+dV3hpYthwvUz3LZpZ30g0LyKMw/PIqjnUn6Gv2j06gLG1JsOfRQBMo/BTiq0FzrdDtGLV1rCFDCuBT+vhJj3Mzko709YAwIXiHFpcQQ22kCzxOPwi0yOtAxaD6MY0OaiUS0g3UM= ARC-Authentication-Results: i=1; server2.sourceware.org References: <20231102084058.1142941-1-sam@gentoo.org> <20231102084058.1142941-4-sam@gentoo.org> User-agent: mu4e 1.10.8; emacs 30.0.50 From: Sam James To: Joseph Myers Cc: Sam James , gcc-patches@gcc.gnu.org Subject: Re: [PATCH 4/4] maintainer-scripts/gcc_release: cleanup whitespace Date: Fri, 10 Nov 2023 23:35:56 +0000 Organization: Gentoo In-reply-to: Message-ID: <87edgx89ll.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Joseph Myers writes: > On Thu, 2 Nov 2023, Sam James wrote: > >> maintainer-scripts/ >> * gcc_release: Cleanup whitespace. > > OK. Thanks. Would you mind pushing the two you approved?