Fixed indentation issue in my previous commit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35761 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -362,7 +362,7 @@ bool
|
|||||||
Partition::CheckLocation(off_t sessionSize) const
|
Partition::CheckLocation(off_t sessionSize) const
|
||||||
{
|
{
|
||||||
if (fBlockSize == 0)
|
if (fBlockSize == 0)
|
||||||
return false;
|
return false;
|
||||||
// offsets and size must be block aligned, partition table and partition must
|
// offsets and size must be block aligned, partition table and partition must
|
||||||
// lie within the session
|
// lie within the session
|
||||||
if (fPartitionTableOffset % fBlockSize != 0) {
|
if (fPartitionTableOffset % fBlockSize != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user