[libcalamaresui] Apply coding style

This commit is contained in:
Adriaan de Groot 2020-04-30 12:09:47 +02:00
parent fabb351b77
commit ddde817abf
3 changed files with 8 additions and 7 deletions

View File

@ -250,7 +250,8 @@ private:
};
template < typename U >
inline QString operator*( U e )
inline QString
operator*( U e )
{
return Branding::instance()->string( e );
}