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
09491e4cbb
commit
2f88ba0d3f
1 changed files with 3 additions and 2 deletions
|
@ -41,7 +41,8 @@ private:
|
|||
DevicesTests::DevicesTests()
|
||||
: m_d( std::make_unique< CalamaresUtils::Partition::KPMManager >() )
|
||||
, m_isRoot( geteuid() == 0 )
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
DevicesTests::testKPMScanDevices()
|
||||
|
@ -56,7 +57,7 @@ DevicesTests::testKPMScanDevices()
|
|||
#else
|
||||
auto flags = true;
|
||||
#endif
|
||||
auto devices = backend->scanDevices( flags ); // These flags try to get "all"
|
||||
auto devices = backend->scanDevices( flags ); // These flags try to get "all"
|
||||
cDebug() << Logger::SubEntry << "Done getting devices.";
|
||||
|
||||
if ( !m_isRoot )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue