From 841fd9693917582651c18e37cdf686023dd18176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 4 Mar 2010 12:36:24 +0000 Subject: [PATCH] Fixed indentation issue in my previous commit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35761 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp b/src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp index 8a4e70a297..e7f4a1f952 100644 --- a/src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp +++ b/src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp @@ -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) {