mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -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()
|
DevicesTests::DevicesTests()
|
||||||
: m_d( std::make_unique< CalamaresUtils::Partition::KPMManager >() )
|
: m_d( std::make_unique< CalamaresUtils::Partition::KPMManager >() )
|
||||||
, m_isRoot( geteuid() == 0 )
|
, m_isRoot( geteuid() == 0 )
|
||||||
{}
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
DevicesTests::testKPMScanDevices()
|
DevicesTests::testKPMScanDevices()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue