[partition] Minor code-styling

This commit is contained in:
Adriaan de Groot 2018-08-08 05:29:19 -04:00
parent 8ed26e537f
commit f10bab8a3a

View file

@ -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;
}