Minor style cleanup.

This commit is contained in:
Axel Dörfler 2013-02-04 23:52:32 +01:00
parent cf0ea4fbba
commit 7ff0829758
2 changed files with 4 additions and 4 deletions

View File

@ -287,8 +287,8 @@ public:
off_t offset;
off_t size;
for (int32 i = 0;
info.GetPartitionableSpaceAt(i, &offset, &size) >= B_OK;
i++) {
info.GetPartitionableSpaceAt(i, &offset, &size) >= B_OK;
i++) {
// TODO: remove again once Disk Device API is fixed
if (!is_valid_partitionable_space(size))
continue;

View File

@ -102,8 +102,8 @@ private:
off_t offset;
off_t size;
for (int32 i = 0;
info.GetPartitionableSpaceAt(i, &offset, &size) >= B_OK;
i++) {
info.GetPartitionableSpaceAt(i, &offset, &size) >= B_OK;
i++) {
// TODO: remove again once Disk Device API is fixed
if (!is_valid_partitionable_space(size))
continue;