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
@@ -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) {