Fix indentation (only line in file w/ 8-space indent rather than hard-tab).

MFH:		1 week
This commit is contained in:
Ravi Pokala 2017-02-08 00:02:54 +00:00
parent dcbe5188da
commit 0ee82391df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313410

View File

@ -85,7 +85,7 @@ part_config(char *disk, const char *scheme, char *config)
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;