Style fix.
This commit is contained in:
@@ -1990,8 +1990,8 @@ BlockAllocator::_CheckInodeBlocks(Inode* inode, const char* name)
|
|||||||
if (status != B_OK)
|
if (status != B_OK)
|
||||||
return status;
|
return status;
|
||||||
|
|
||||||
int32 maxIndex =
|
int32 maxIndex
|
||||||
((uint32)indirect.Length() << fVolume->BlockShift())
|
= ((uint32)indirect.Length() << fVolume->BlockShift())
|
||||||
/ sizeof(block_run);
|
/ sizeof(block_run);
|
||||||
|
|
||||||
for (int32 index = 0; index < maxIndex; ) {
|
for (int32 index = 0; index < maxIndex; ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user