Received: by mail.netbsd.org (Postfix, from userid 605) id A6FCE84F13; Fri, 14 Apr 2023 16:53:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C22184F0F for ; Fri, 14 Apr 2023 16:53:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9iUQpNr-Ept6 for ; Fri, 14 Apr 2023 16:53:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 29DA284CD9 for ; Fri, 14 Apr 2023 16:53:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2760EFA85; Fri, 14 Apr 2023 16:53:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 14 Apr 2023 16:53:14 +0000 From: "Roland Illig" Subject: CVS commit: src/share/misc To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230414165314.2760EFA85@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Fri Apr 14 16:53:14 UTC 2023 Modified Files: src/share/misc: style Log Message: style: don't require sorting variables in functions Sorting the variables by size would be platform-dependent and thus is not possible. Sorting the variables alphabetically may or may not make the code easier to read, and the example given below that rule doesn't follow it, otherwise the correct order would be 'eight, eleven, nine, ten, thirteen, twelve'. https://mail-index.netbsd.org/tech-userlevel/2023/04/11/msg013749.html To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/share/misc/style Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.