[machineid] Apply newer clang-formatting
This commit is contained in:
parent
5f293fb40b
commit
011483967d
@ -101,10 +101,8 @@ MachineIdJob::exec()
|
|||||||
QObject::tr( "Directory not found" ),
|
QObject::tr( "Directory not found" ),
|
||||||
QObject::tr( "Could not create new random file <pre>%1</pre>." ).arg( entropy_file ) );
|
QObject::tr( "Could not create new random file <pre>%1</pre>." ).arg( entropy_file ) );
|
||||||
}
|
}
|
||||||
auto r = createEntropy( m_entropy_copy ? EntropyGeneration::CopyFromHost
|
auto r = createEntropy(
|
||||||
: EntropyGeneration::New,
|
m_entropy_copy ? EntropyGeneration::CopyFromHost : EntropyGeneration::New, root, entropy_file );
|
||||||
root,
|
|
||||||
entropy_file );
|
|
||||||
if ( !r )
|
if ( !r )
|
||||||
{
|
{
|
||||||
return r;
|
return r;
|
||||||
|
Loading…
Reference in New Issue
Block a user