[partition] Coding style
This commit is contained in:
parent
ac34cfadea
commit
105517fed7
@ -230,7 +230,7 @@ ClearMountsJob::exec()
|
||||
}
|
||||
}
|
||||
|
||||
foreach ( QString p, swapPartitions )
|
||||
for ( const QString& p : swapPartitions )
|
||||
{
|
||||
QString news = tryClearSwap( p );
|
||||
if ( !news.isEmpty() )
|
||||
|
Loading…
Reference in New Issue
Block a user