From c6675a6ed3f208102c43ff047e99ac6ebde04dda Mon Sep 17 00:00:00 2001 From: Volker Lanz Date: Tue, 5 May 2009 19:38:09 +0000 Subject: [PATCH] Whitespace fix SVN_SILENT svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=963996 --- src/core/partition.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/partition.cpp b/src/core/partition.cpp index f2f55bb..be6f677 100644 --- a/src/core/partition.cpp +++ b/src/core/partition.cpp @@ -169,13 +169,13 @@ qint64 Partition::sectorsUsed() const /** @return the minimum number of sectors this Partition must be long */ qint64 Partition::minimumSectors() const { - return fileSystem().minCapacity() / sectorSize(); + return fileSystem().minCapacity() / sectorSize(); } /** @return the maximum number of sectors this Partition may be long */ qint64 Partition::maximumSectors() const { - return fileSystem().maxCapacity() / sectorSize(); + return fileSystem().maxCapacity() / sectorSize(); } /** Adjusts the numbers of logical Partitions for an extended Partition.