Fix an indentation.

This commit is contained in:
Jung-uk Kim 2008-01-31 16:58:07 +00:00
parent 702bfe6507
commit 3a48ea9c49

View File

@ -930,7 +930,7 @@ diskPartitionNonInteractive(Device *dev)
d->bios_cyl, d->bios_hd, d->bios_sect, d->name);
Sanitize_Bios_Geom(d);
msgDebug("Sanitized geometry for %s is %lu/%lu/%lu.\n",
d->name, d->bios_cyl, d->bios_hd, d->bios_sect);
d->name, d->bios_cyl, d->bios_hd, d->bios_sect);
}
}