A bit more clang-format

This commit is contained in:
Jasmine Iwanek
2022-11-19 08:49:04 -05:00
parent b04dd8cc8b
commit 3fe4f75108
223 changed files with 8047 additions and 7456 deletions

View File

@@ -7,8 +7,7 @@ namespace Ui {
class SettingsOtherPeripherals;
}
class SettingsOtherPeripherals : public QWidget
{
class SettingsOtherPeripherals : public QWidget {
Q_OBJECT
public:
@@ -34,7 +33,7 @@ private slots:
private:
Ui::SettingsOtherPeripherals *ui;
int machineId{0};
int machineId { 0 };
};
#endif // QT_SETTINGSOTHERPERIPHERALS_HPP