Minor style cleanup.
This commit is contained in:
@@ -287,8 +287,8 @@ public:
|
|||||||
off_t offset;
|
off_t offset;
|
||||||
off_t size;
|
off_t size;
|
||||||
for (int32 i = 0;
|
for (int32 i = 0;
|
||||||
info.GetPartitionableSpaceAt(i, &offset, &size) >= B_OK;
|
info.GetPartitionableSpaceAt(i, &offset, &size) >= B_OK;
|
||||||
i++) {
|
i++) {
|
||||||
// TODO: remove again once Disk Device API is fixed
|
// TODO: remove again once Disk Device API is fixed
|
||||||
if (!is_valid_partitionable_space(size))
|
if (!is_valid_partitionable_space(size))
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
@@ -102,8 +102,8 @@ private:
|
|||||||
off_t offset;
|
off_t offset;
|
||||||
off_t size;
|
off_t size;
|
||||||
for (int32 i = 0;
|
for (int32 i = 0;
|
||||||
info.GetPartitionableSpaceAt(i, &offset, &size) >= B_OK;
|
info.GetPartitionableSpaceAt(i, &offset, &size) >= B_OK;
|
||||||
i++) {
|
i++) {
|
||||||
// TODO: remove again once Disk Device API is fixed
|
// TODO: remove again once Disk Device API is fixed
|
||||||
if (!is_valid_partitionable_space(size))
|
if (!is_valid_partitionable_space(size))
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user