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

@@ -21,9 +21,8 @@ using namespace BlackCore::Afv::Clients;
namespace BlackGui::Components
{
CAfvMapDialog::CAfvMapDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::CAfvMapDialog)
CAfvMapDialog::CAfvMapDialog(QWidget *parent) : QDialog(parent),
ui(new Ui::CAfvMapDialog)
{
/**
m_afvMapReader = new CAfvMapReader(this);
@@ -52,5 +51,5 @@ namespace BlackGui::Components
**/
}
CAfvMapDialog::~CAfvMapDialog() { }
CAfvMapDialog::~CAfvMapDialog() {}
} // ns