fix: codestyle
This commit is contained in:
		@@ -198,7 +198,8 @@ int64_t calculateWorldSize(const QFileInfo &file)
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        QDirIterator it(file.absolutePath(), QDirIterator::Subdirectories);
 | 
					        QDirIterator it(file.absolutePath(), QDirIterator::Subdirectories);
 | 
				
			||||||
        int64_t total = 0;
 | 
					        int64_t total = 0;
 | 
				
			||||||
        while (it.hasNext()) {        
 | 
					        while (it.hasNext())
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
            total += it.fileInfo().size();
 | 
					            total += it.fileInfo().size();
 | 
				
			||||||
            it.next();
 | 
					            it.next();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user