From owner-svn-src-all@FreeBSD.ORG Fri Jun 1 02:00:05 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD2C01065672 for ; Fri, 1 Jun 2012 02:00:04 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6F4CA8FC08 for ; Fri, 1 Jun 2012 02:00:04 +0000 (UTC) Received: by obcni5 with SMTP id ni5so2757837obc.13 for ; Thu, 31 May 2012 19:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=l7i1thtiOhvSV/i/MjXcVjpAWtcF9Lvx3JlyAhL66vs=; b=BJr7CDD70z3Q1OZsgePe1bryYKBnKfMbh5K7ViQCJc/l7/nkogPyP4uLHz8w8vWdJq K44nUDjzXnMbm+OXDB1trq1UrE5l19M/OKX/Al6GWwXdmaSPUlAvP614usfddMrLWd7s tSKd3oq2URxjN7XcOLx2N03x7j+x2YBvWyJck= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=l7i1thtiOhvSV/i/MjXcVjpAWtcF9Lvx3JlyAhL66vs=; b=V+WKi7thppAuHsfIZ8yYeTefexgUfx0t/v4BJiQ5IFETLFV0wioLFy0gDUSkYq9zLc scHcwsv+UDdSAX7btgEDrlU8x7vz90BC0w7i0hSzHGMUVJRE1a0XE7+6vQqsqLJ3HpxH TQBABEqPHcmsB/Ah7isrM0T35xV8CThhia3OByNnsuIWRW5nMsnHZB3+2dXJ7NQouzLx VRF1qbMZamLHu9eNfjeq+2EYzDUqlSuKFBCNOUYAYQsAGcyrosQExK1r6HEd+SKxlUtl /WDAElaJ170fZpcSRonEG7AUM/ntxFI+jFNtTYiP3Gy9cA7bGu7GX3thIGBACCW37Uqx 5Ycw== Received: by 10.182.48.100 with SMTP id k4mr825833obn.21.1338516003838; Thu, 31 May 2012 19:00:03 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.182.204.69 with HTTP; Thu, 31 May 2012 18:59:33 -0700 (PDT) In-Reply-To: <4FC81AE3.10304@FreeBSD.org> References: <201205311933.q4VJXpnE060290@svn.freebsd.org> <4FC81AE3.10304@FreeBSD.org> From: Eitan Adler Date: Thu, 31 May 2012 18:59:33 -0700 X-Google-Sender-Auth: vZJRC2ERP21BKcGd6QZ6D02XUfQ Message-ID: To: Doug Barton Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkdhcNMTu/qqCx0jcrMKWNAaGNu8875mHHakWYQIYyX8tsUY/V3TyWPeZN7CiFaOrdd1c59 Cc: svn-src-head@freebsd.org, Tom Judge , svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r236362 - head/share/misc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 01 Jun 2012 02:00:05 -0000 On 31 May 2012 18:29, Doug Barton wrote: > On 5/31/2012 12:33 PM, Tom Judge wrote: >> =C2=A0 - Sort the node list while I'm here. > > This falls under the category of a "whitespace" change, which should > have been done as a separate commit (usually first, then substantive > changes second). I figured none of the changes were really substantive so it was okay to sort and fix the \n at the same time. --=20 Eitan Adler Source & Ports committer X11, Bugbusting teams