From nobody Thu Apr 18 15:35:17 2024 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VL20R3KLnz5H5Sv; Thu, 18 Apr 2024 15:35:19 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VL20R2FjHz4rBq; Thu, 18 Apr 2024 15:35:19 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTPS id xSr2rn0382Ui5xTnCrNgkr; Thu, 18 Apr 2024 15:35:18 +0000 Received: from spqr.komquats.com ([70.66.152.170]) by cmsmtp with ESMTPSA id xTnBrhI3EpsbgxTnCrjYmU; Thu, 18 Apr 2024 15:35:18 +0000 X-Authority-Analysis: v=2.4 cv=Ff+Ux4+6 c=1 sm=1 tr=0 ts=66213db6 a=y8EK/9tc/U6QY+pUhnbtgQ==:117 a=y8EK/9tc/U6QY+pUhnbtgQ==:17 a=kj9zAlcOel0A:10 a=raytVjVEu-sA:10 a=y3olD_i8AAAA:8 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=ESG3jicvP2s-inplwXwA:9 a=CjuIK1q_8ugA:10 a=2GdgqtpztZvaxdPX1XqS:22 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 2F23DCDC; Thu, 18 Apr 2024 08:35:17 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 27D73404; Thu, 18 Apr 2024 08:35:17 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Brooks Davis cc: Cy Schubert , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: f7f570eb97c7 - main - tools: Remove stray "then" In-reply-to: References: <202404181510.43IFAO0i004682@gitrepo.freebsd.org> Comments: In-reply-to Brooks Davis message dated "Thu, 18 Apr 2024 15:31:09 -0000." List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 18 Apr 2024 08:35:17 -0700 Message-Id: <20240418153517.27D73404@slippy.cwsent.com> X-CMAE-Envelope: MS4xfGIEd5nDlOOKCYJWfTR4GWO5A7xGClFvk7ANfG7slnuAFzRkZvGSVzGF3Da4kWLPOxD40mBUpBMHmtXP+RcCDYtCKY5EcqBVqu8DR9DafvIpAOs7pi50 zIREh9Eyo6O7hRV0xTqge6xvFSVI9cL3jUMqchdI9fuOxzrKUMCPFgOCOftybitJOv1fIjgXO5w5YkxNtHlj8bfqaCX9gHnUjasF7/7jQi/WWeOfDix1P+rh ZKezW4SIEyVyfUxbwkmmh8yRIenOBsaM6HXwYOhFjELA+hrlUTRnk9peGPM5kDgbxsc0XPcQl+Ikjm6GUPo7jXex46VEkipE+pv1vdp/QCIxMbA2JSBylvgu DNIRStos X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Queue-Id: 4VL20R2FjHz4rBq In message , Brooks Davis writes: > On Thu, Apr 18, 2024 at 03:10:24PM +0000, Cy Schubert wrote: > > The branch main has been updated by cy: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=f7f570eb97c70bc7f545d79a96c319 > 2181bb8dd1 > > > > commit f7f570eb97c70bc7f545d79a96c3192181bb8dd1 > > Author: Cy Schubert > > AuthorDate: 2024-04-18 14:31:13 +0000 > > Commit: Cy Schubert > > CommitDate: 2024-04-18 15:10:14 +0000 > > > > tools: Remove stray "then" > > > > Fixes: 26a09db3add3 > > Sorry about that. Last minute edit-o. :( > > Thanks, > Brooks NP. I do the same. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0