Fix indentation (only line in file w/ 8-space indent rather than hard-tab).
MFH: 1 week
This commit is contained in:
parent
dcbe5188da
commit
0ee82391df
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user