mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: codestyle
This commit is contained in:
parent
c389a711ed
commit
e8697068fb
1 changed files with 2 additions and 1 deletions
|
|
@ -198,7 +198,8 @@ int64_t calculateWorldSize(const QFileInfo &file)
|
|||
{
|
||||
QDirIterator it(file.absolutePath(), QDirIterator::Subdirectories);
|
||||
int64_t total = 0;
|
||||
while (it.hasNext()) {
|
||||
while (it.hasNext())
|
||||
{
|
||||
total += it.fileInfo().size();
|
||||
it.next();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue