From patchwork Wed Aug 14 22:14:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam James X-Patchwork-Id: 1972592 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WkjJD3gFJz1yXZ for ; Thu, 15 Aug 2024 08:15:56 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5B0D13858432 for ; Wed, 14 Aug 2024 22:15:54 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 574F53858D34 for ; Wed, 14 Aug 2024 22:14:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 574F53858D34 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 574F53858D34 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=1723673681; cv=none; b=G66ZljGT7B1T3JWkussunvd1ENFeEGo8Kcch3NLvVDowtiF46RB9I0HvG1JcWqnmFUC320X1Ce14GJh4IZ8AjAF3PYzq0Hvkpnsmz+ijYz4qi9B9W1LJl6G4bhnzxvHMsbmagzQ1+7FC4DbONUvIAPKMxUBEv1A+pLNDKCgH2go= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1723673681; c=relaxed/simple; bh=m5kHd2aEne3DQQKoDgTHoG7gUvFF33x3/E4EnvLeo4Y=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=C48og7t6aIvQu79BlGLEiFEWmcw3qBVli/3r6/qjouOcsg61p0g4g71MCEWcAFVkw2oUTqMgqxBDcSPD1oVCj9u/Nd/0J2f7D8rAsFk3WF3+l+Mjsyf8fBQVxfoqRWIoWRBZ3H/z7bguPFKmH+111h0x+0sI7yYtezr/RgSOYzc= ARC-Authentication-Results: i=1; server2.sourceware.org From: Sam James To: gcc-patches@gcc.gnu.org Cc: Richard Biener , Sam James Subject: [PATCH 2/2] Makefile.tpl: fix whitespace in licence header Date: Wed, 14 Aug 2024 23:14:14 +0100 Message-ID: <66eb008d1a9cf857cc90f681f0ab20c326b6d01a.1723673654.git.sam@gentoo.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: References: MIME-Version: 1.0 X-Spam-Status: No, score=-10.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org * Makefile.tpl: Fix whitespace. --- Makefile.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.tpl b/Makefile.tpl index cbb3c6789dcf..da38dca697ad 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -13,12 +13,12 @@ in # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING3. If not see # .