refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -6,9 +6,10 @@
#ifndef SWIFT_GUI_ECOSYSTEMCOMBOBOX_H
#define SWIFT_GUI_ECOSYSTEMCOMBOBOX_H
#include "misc/network/ecosystemlist.h"
#include <QComboBox>
#include "misc/network/ecosystemlist.h"
namespace swift::gui
{
//! Combo box widget for ecosystems
@@ -41,5 +42,5 @@ namespace swift::gui
swift::misc::network::CEcosystemList m_systems { swift::misc::network::CEcosystemList::allKnownSystems() };
};
} // ns
} // namespace swift::gui
#endif // guard