From owner-svn-src-head@freebsd.org Wed Feb 8 00:50:30 2017 Return-Path: Delivered-To: svn-src-head@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 1C0CBCD3982; Wed, 8 Feb 2017 00:50:30 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from shxd.cx (mail.shxd.cx [64.201.244.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E62D1784; Wed, 8 Feb 2017 00:50:30 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from [74.217.198.10] (port=65188 helo=[10.1.4.66]) by shxd.cx with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1cbFMe-000OPA-G8; Tue, 07 Feb 2017 23:40:00 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r313410 - head/usr.sbin/bsdinstall/partedit From: Devin Teske In-Reply-To: <201702080002.v1802sjb048012@repo.freebsd.org> Date: Tue, 7 Feb 2017 16:50:28 -0800 Cc: Devin Teske , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201702080002.v1802sjb048012@repo.freebsd.org> To: Ravi Pokala X-Mailer: Apple Mail (2.3124) Sender: devin@shxd.cx X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2017 00:50:30 -0000 Thank you very much, Ravi! =E2=80=94=20 Devin > On Feb 7, 2017, at 4:02 PM, Ravi Pokala wrote: >=20 > Author: rpokala > Date: Wed Feb 8 00:02:54 2017 > New Revision: 313410 > URL: https://svnweb.freebsd.org/changeset/base/313410 >=20 > Log: > Fix indentation (only line in file w/ 8-space indent rather than = hard-tab). >=20 > MFH: 1 week >=20 > Modified: > head/usr.sbin/bsdinstall/partedit/scripted.c >=20 > Modified: head/usr.sbin/bsdinstall/partedit/scripted.c > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/usr.sbin/bsdinstall/partedit/scripted.c Tue Feb 7 = 22:45:59 2017 (r313409) > +++ head/usr.sbin/bsdinstall/partedit/scripted.c Wed Feb 8 = 00:02:54 2017 (r313410) > @@ -85,7 +85,7 @@ part_config(char *disk, const char *sche > LIST_FOREACH(classp, &mesh.lg_class, lg_class) > if (strcmp(classp->lg_name, "PART") =3D=3D 0) > break; > - if (classp !=3D NULL) { > + if (classp !=3D NULL) { > LIST_FOREACH(gpart, &classp->lg_geom, lg_geom) > if (strcmp(gpart->lg_name, disk) =3D=3D 0) > break; >=20