mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
[partition] Coding style
This commit is contained in:
parent
ca4a187d1a
commit
0253977778
1 changed files with 2 additions and 2 deletions
|
@ -604,7 +604,7 @@ PartitionCoreModule::jobs( const Config* config ) const
|
|||
lst << automountControl;
|
||||
lst << Calamares::job_ptr( new ClearTempMountsJob() );
|
||||
|
||||
for ( auto info : m_deviceInfos )
|
||||
for ( const auto* info : m_deviceInfos )
|
||||
{
|
||||
if ( info->isDirty() )
|
||||
{
|
||||
|
@ -612,7 +612,7 @@ PartitionCoreModule::jobs( const Config* config ) const
|
|||
}
|
||||
}
|
||||
|
||||
for ( auto info : m_deviceInfos )
|
||||
for ( const auto* info : m_deviceInfos )
|
||||
{
|
||||
lst << info->jobs();
|
||||
devices << info->device.data();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue