*: whitespace fixes, no code changes

This commit is contained in:
Denis Vlasenko 2008-03-24 02:18:03 +00:00
parent 42cc304e90
commit c693840fe8
13 changed files with 53 additions and 53 deletions

View File

@ -181,7 +181,7 @@ int volume_id_probe_vfat(struct volume_id *id, uint64_t off)
if (vs->heads == 0)
return -1;
/* cluster size check*/
/* cluster size check */
if (vs->sectors_per_cluster == 0 ||
(vs->sectors_per_cluster & (vs->sectors_per_cluster-1)))
return -1;