Thank you very much, Ravi!
— 
Devin

> On Feb 7, 2017, at 4:02 PM, Ravi Pokala <rpok...@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;
> 

_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to