[libcalamaresui] Run clang-format on TranslationFix.cpp

This commit is contained in:
Artem Grinev 2021-12-06 03:11:16 +04:00
parent d9f7726f7d
commit aa332477fd

View File

@ -10,10 +10,10 @@
#include "TranslationFix.h"
#include <QAbstractButton>
#include <QPushButton>
#include <QCoreApplication>
#include <QMessageBox>
#include <QDialogButtonBox>
#include <QMessageBox>
#include <QPushButton>
namespace Calamares
{
@ -28,7 +28,8 @@ static std::pair< decltype( QMessageBox::Ok ), const char* > maps[] = {
};
template < typename TButtonBox >
void fixButtonLabels ( TButtonBox* box )
void
fixButtonLabels( TButtonBox* box )
{
if ( !box )
{