Whitespace fix

SVN_SILENT

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=963996
This commit is contained in:
Volker Lanz 2009-05-05 19:38:09 +00:00
parent 3c0d91f9d9
commit c6675a6ed3
1 changed files with 2 additions and 2 deletions

View File

@ -169,13 +169,13 @@ qint64 Partition::sectorsUsed() const
/** @return the minimum number of sectors this Partition must be long */ /** @return the minimum number of sectors this Partition must be long */
qint64 Partition::minimumSectors() const qint64 Partition::minimumSectors() const
{ {
return fileSystem().minCapacity() / sectorSize(); return fileSystem().minCapacity() / sectorSize();
} }
/** @return the maximum number of sectors this Partition may be long */ /** @return the maximum number of sectors this Partition may be long */
qint64 Partition::maximumSectors() const qint64 Partition::maximumSectors() const
{ {
return fileSystem().maxCapacity() / sectorSize(); return fileSystem().maxCapacity() / sectorSize();
} }
/** Adjusts the numbers of logical Partitions for an extended Partition. /** Adjusts the numbers of logical Partitions for an extended Partition.