Coding style

main
Aurélien Gâteau 11 years ago
parent 9e8c02fa33
commit 0b01c76687

@ -52,7 +52,7 @@ BootLoaderModel::init( const QList< Device* >& devices )
void void
BootLoaderModel::createMbrItems() BootLoaderModel::createMbrItems()
{ {
for( auto device : m_devices ) for ( auto device : m_devices )
{ {
QString text = tr( "Master Boot Record of %1" ) QString text = tr( "Master Boot Record of %1" )
.arg( device->name() ); .arg( device->name() );

Loading…
Cancel
Save