mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[partition] Minor code-styling
This commit is contained in:
parent
8ed26e537f
commit
f10bab8a3a
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ swapSuggestion( const qint64 availableSpaceB )
|
|||
suggestedSwapSizeB = maxSwapSizeB;
|
||||
}
|
||||
|
||||
cDebug() << "Suggested swap size:" << suggestedSwapSizeB / 1024. / 1024. /1024. << "GiB";
|
||||
cDebug() << "Suggested swap size:" << suggestedSwapSizeB / 1024. / 1024. / 1024. << "GiB";
|
||||
|
||||
return suggestedSwapSizeB;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue