style: format

This commit is contained in:
2026-01-15 00:30:51 +01:00
parent ed469b74f9
commit e98c0f42cc
7 changed files with 96 additions and 35 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
*/
#include "loading_indicator.h"
LoadingIndicator::LoadingIndicator(QWidget *parent) : QWidget(parent),
LoadingIndicator::LoadingIndicator(QWidget* parent) : QWidget(parent),
ui(new Ui::LoadingIndicator) {
ui->setupUi(this);
}