[partition] Minor code-styling
This commit is contained in:
parent
8ed26e537f
commit
f10bab8a3a
@ -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…
Reference in New Issue
Block a user