svn commit: r313410 - head/usr.sbin/bsdinstall/partedit

Devin Teske dteske at freebsd.org
Wed Feb 8 00:50:30 UTC 2017


Thank you very much, Ravi!
— 
Devin

> On Feb 7, 2017, at 4:02 PM, Ravi Pokala <rpokala at FreeBSD.org> wrote:
> 
> Author: rpokala
> Date: Wed Feb  8 00:02:54 2017
> New Revision: 313410
> URL: https://svnweb.freebsd.org/changeset/base/313410
> 
> Log:
>  Fix indentation (only line in file w/ 8-space indent rather than hard-tab).
> 
>  MFH:		1 week
> 
> Modified:
>  head/usr.sbin/bsdinstall/partedit/scripted.c
> 
> Modified: head/usr.sbin/bsdinstall/partedit/scripted.c
> ==============================================================================
> --- 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") == 0)
> 			break;
> -        if (classp != NULL) {
> +	if (classp != NULL) {
> 		LIST_FOREACH(gpart, &classp->lg_geom, lg_geom)
> 		if (strcmp(gpart->lg_name, disk) == 0)
> 			break;
> 



More information about the svn-src-head mailing list