Fix some style bugs (some whitespace errors only).
Approved by: re (kensmith) (blanket)
This commit is contained in:
parent
d2bb66bacd
commit
b6d0381e7e
@ -794,7 +794,7 @@ clusteralloc(pmp, start, count, fillwith, retcluster, got)
|
||||
u_int map;
|
||||
|
||||
#ifdef MSDOSFS_DEBUG
|
||||
printf("clusteralloc(): find %lu clusters\n",count);
|
||||
printf("clusteralloc(): find %lu clusters\n", count);
|
||||
#endif
|
||||
if (start) {
|
||||
if ((len = chainlength(pmp, start, count)) >= count)
|
||||
|
Loading…
Reference in New Issue
Block a user