Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=S1TVYXeq; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=it2BYs3P Received: by mail.netbsd.org (Postfix, from userid 605) id 837C184E98; Sun, 14 Apr 2024 07:56:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713081375; bh=B/QyLOzwBT8wT+/s8D7BTWeHJU8tK0//oXVKYcnDDm4=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=S1TVYXeqXit56vq9psZMV+IQ9rpqMRrFiEiWawO+fqdW3orT+4F4qPoYzEDN9a9yJ ZSpITXy8jkjXCOQ5Ms2qf2lOM7c8Pl0/MQp5YdIb8CXzMtcECQhqfB/2cl5AScap+6 tgLJLTvcMXISGUxhXHDW3QriPxKs6rPYI9ulJH5c= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A3A384E97 for ; Sun, 14 Apr 2024 07:56:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6J7QOqUw_Nol for ; Sun, 14 Apr 2024 07:56:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E6DDD84D26 for ; Sun, 14 Apr 2024 07:56:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713081374; bh=B/QyLOzwBT8wT+/s8D7BTWeHJU8tK0//oXVKYcnDDm4=; h=Date:From:Subject:To:Reply-To; b=it2BYs3PX7WoBMBeabhXrUMU4TSyVRq20UGmTiqKzYJR/lJy3NFB7GDjQaCrY0dOM FIO80V9yEoXDgmYGLt/DzPZzFRXY6Y3+AX4+nzqV/CTvB9MQpC2R1Bw1gucSah50H0 GOETv0xwIZtZ4Mr6kLgzswE46AFggBXrzbI3NCXg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D54CCFA2C; Sun, 14 Apr 2024 07:56:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 14 Apr 2024 07:56:13 +0000 From: "Nick Hudson" Subject: CVS commit: src/sys/arch/arm/arm To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240414075613.D54CCFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nick Hudson" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: skrll Date: Sun Apr 14 07:56:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: sig_machdep.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/arm/sig_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.