[partition] Minor code-styling

main
Adriaan de Groot 6 years ago
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…
Cancel
Save