[packagechooser] Apply newer clang-formatting

This commit is contained in:
Adriaan de Groot 2024-04-17 10:55:20 +02:00
parent 011483967d
commit 5bf787c1a5
2 changed files with 6 additions and 12 deletions

View File

@ -55,15 +55,9 @@ static PackageItem
fromComponent( AppStream::Pool& pool, AppStream::Component& component )
{
#if HAVE_APPSTREAM_VERSION == 0
auto setActiveLocale = [&component](const QString & locale)
{
component.setActiveLocale( locale );
};
auto setActiveLocale = [ &component ]( const QString& locale ) { component.setActiveLocale( locale ); };
#else
auto setActiveLocale = [&pool](const QString & locale)
{
pool.setLocale( locale );
};
auto setActiveLocale = [ &pool ]( const QString& locale ) { pool.setLocale( locale ); };
#endif
QVariantMap map;