From owner-svn-src-all@freebsd.org Tue Mar 7 03:35:29 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECBE8CF72F7; Tue, 7 Mar 2017 03:35:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x241.google.com (mail-pf0-x241.google.com [IPv6:2607:f8b0:400e:c00::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B409F18A5; Tue, 7 Mar 2017 03:35:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x241.google.com with SMTP id o126so5447924pfb.1; Mon, 06 Mar 2017 19:35:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:mime-version:from:in-reply-to:date:cc:message-id:references :to; bh=4LqlOKjpcZBGm6l4Pv9pwdoHxawimuM2HZU26EQdfUQ=; b=JazqSkHo8HErWRE1Hr9RfBbkhHCQOu2ac7/fdRW1PZf5CSSFV+HkafRPbEc3VXdKWm /JFn/QZQB+MuJ6e9hJk4CyXtSXPneLOLA1ZXaR1k/bqDQC60bBdnCtrBBsNWJBiUvzrq SSwtydzUHPItqjrLawbX4W1sJkm4TD6C7Yy9zo8OpNRKyIHFvJYqz46PL6wM9x21JrOk CAenPxMVXGSNY3T0qx/9x5clhFXqbT3ETDxpRRgUYIJ4gjnBbTmyCFDQv4Efi4ZxLGKA B3awQa7Y8ud/YBpMBIFsZKI345yViPGgZ//l4uY4BsNbDJjsuZky7eyxp5UV6qU/ogaf vONQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=4LqlOKjpcZBGm6l4Pv9pwdoHxawimuM2HZU26EQdfUQ=; b=sgb68+hgRzA/LEb0uovbX07ToPRu9dKebASHnhvkN60C9fk4YBhgYAn8exO+wquUhq atVaixjBj2mIfT2aTR472udhfy47dKrisPOlc+8Hsf7u4pYSrz1e2EoakaiiBK0z8EUl mzdTd3UP4bIty/6CXSUMG0mzpG1xM1DrHSdaxgXBetFJPQYao/7wp0kppSW9ttVTWC0D 7jbbELHVSbHH/ycaWyKiUJa2LK36fo74aIzPv7AmFB40wj6vXWuYg+RWQgi5k05gpaE8 Zt0EKjmXQI50HEr/7HOV56M+Ygbf11n26ocL+xyvAjxoDvPt/s9v6rL3yXCo7dfEMDes PVoA== X-Gm-Message-State: AMke39kNsz8abcBzAsGTCCD6+vqpt0kbCxCnHcyZ8q7PB6ulfbouOMqMtdsTvjncdNLikQ== X-Received: by 10.98.149.147 with SMTP id c19mr25223585pfk.36.1488857729033; Mon, 06 Mar 2017 19:35:29 -0800 (PST) Received: from pinklady.local (c-73-19-52-228.hsd1.wa.comcast.net. [73.19.52.228]) by smtp.gmail.com with ESMTPSA id b83sm42147186pfe.12.2017.03.06.19.35.28 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 06 Mar 2017 19:35:28 -0800 (PST) Subject: Re: svn commit: r314819 - stable/11/lib/libutil Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_BCE332C6-E574-446C-B46E-4D29720CFC77"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail From: "Ngie Cooper (yaneurabeya)" In-Reply-To: <201703070331.v273VcBc092092@pdx.rh.CN85.dnsmgr.net> Date: Mon, 6 Mar 2017 19:35:27 -0800 Cc: Ngie Cooper , src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Message-Id: <6096856C-D75C-4287-AD6E-2D8F9A6C7043@gmail.com> References: <201703070331.v273VcBc092092@pdx.rh.CN85.dnsmgr.net> To: rgrimes@freebsd.org X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 03:35:30 -0000 --Apple-Mail=_BCE332C6-E574-446C-B46E-4D29720CFC77 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Mar 6, 2017, at 19:31, Rodney W. Grimes = wrote: =E2=80=A6 > I am less concered about fixing this and more concerned about making = sure you > understood what the actual sytle.Makeilfe(9) rules are becuase it = appeared > that given the counter style changes you thought there should be no = white > space after VAR=3D in a Makefile. >=20 > You probably understand that better than most and this is just a poor > choice of words in the commit message. I was intentionally fixing single space in leading whitespace in this = commit along with unnecessary/incorrect trailing whitespace. That=E2=80=99= s all I was trying to do, and I suppose the style.Makefile(9) portion of = the commit message was overkill=E2=80=94technically it was fixing as = little as possible so my eyes didn=E2=80=99t hurt whenever I opened the = Makefile with vim, which also suited this requirement. So yes, "opportunistic whitespace cleaning to fix my eyes bleeding from = the red colorization from my editor =E2=80=94 vim=E2=80=9D might have = been more accurate. -Ngie --Apple-Mail=_BCE332C6-E574-446C-B46E-4D29720CFC77 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJYvip/AAoJEPWDqSZpMIYVPoQP/iosb4BBWhPxIW6ygQLOYpw4 8wXjq5vCqX9WBwuF+mEvtwnO/hJ0ukWn1+P6WOJQVSXWX5ojTCXKepXVE88RnIcZ M9Ud15aqc3aDEQSYtk0wLl3jzGjccP/d+Jx/MOUp2hr86J5sDEv1+On11cvLMDAg yvww+NM4Yl/FheZgYNj4Q5tXZT+RSLhVRNQI39aQ3mPglfmr14EeOpAc1WrF3AqG gese7HQZP+orNiucFceYf/C9nDmbALJakmlVq94AKPcGqiRUxQbz2NPJ36t6nG2L 5psro7A7wwbfZUJsWhBl9cBKT7x7pv4xg8R5nWNAjWW4LQpQP1OBIQALYlmU7Mt5 yqZW+/TwQRPS1gRhrrKqmPP8QREeT6lBgRNC8i/A7lvPX9cxcW100ivyXBqh7epb QTqVlaAW+Fg4Mm12jb6ICe3xTPI+7Z1YQhaivOXzqaG8iOPnNU+EGpji8mgQXCVK 2RGYER0b1M965IVWkjkFrzQueIJvxouNivPvC9qw0yzs8KXjn4JLUGu/1YeOIuo7 HmxxuJcwXujyd57/FvPfk3+CN+49fut1PQeFMEA3PBlM7wEL0WeG5AaL2++QsICO wykA5VsguXs2vTuIuTkSoVoHua6uB6hj1aOZRR7g/ZH7hCBvyPfYfFAl9kxu2VmN Fir4VRWm1jOt91t4tV/B =KBFf -----END PGP SIGNATURE----- --Apple-Mail=_BCE332C6-E574-446C-B46E-4D29720CFC77--