[machineid] Apply newer clang-formatting

This commit is contained in:
Adriaan de Groot 2024-04-17 10:55:19 +02:00
parent 5f293fb40b
commit 011483967d

View File

@ -101,10 +101,8 @@ MachineIdJob::exec()
QObject::tr( "Directory not found" ),
QObject::tr( "Could not create new random file <pre>%1</pre>." ).arg( entropy_file ) );
}
auto r = createEntropy( m_entropy_copy ? EntropyGeneration::CopyFromHost
: EntropyGeneration::New,
root,
entropy_file );
auto r = createEntropy(
m_entropy_copy ? EntropyGeneration::CopyFromHost : EntropyGeneration::New, root, entropy_file );
if ( !r )
{
return r;