mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313410
@ -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