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:
Stephan Aßmus 2010-03-04 12:36:24 +00:00
parent 5fc7ecc0d8
commit 841fd96939
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ bool
Partition::CheckLocation(off_t sessionSize) const
{
if (fBlockSize == 0)
return false;
return false;
// offsets and size must be block aligned, partition table and partition must
// lie within the session
if (fPartitionTableOffset % fBlockSize != 0) {