clang-format src

This commit is contained in:
Lars Toenning
2023-04-13 14:20:16 +02:00
parent ba41d4887b
commit 970b7c3650
1501 changed files with 20326 additions and 17820 deletions

View File

@@ -19,9 +19,8 @@ using namespace BlackGui::Views;
namespace BlackGui::Components
{
CInterpolationComponent::CInterpolationComponent(QWidget *parent) :
QFrame(parent),
ui(new Ui::CInterpolationComponent)
CInterpolationComponent::CInterpolationComponent(QWidget *parent) : QFrame(parent),
ui(new Ui::CInterpolationComponent)
{
ui->setupUi(this);
ui->tw_InterpolationSetup->setCurrentIndex(0);
@@ -32,7 +31,7 @@ namespace BlackGui::Components
}
CInterpolationComponent::~CInterpolationComponent()
{ }
{}
void CInterpolationComponent::displayInterpolationMessages()
{