treewide: clang-format

This commit is contained in:
Austin Horstman
2024-06-15 18:44:46 -05:00
parent f9e693b2a2
commit b114b1155c
11 changed files with 37 additions and 40 deletions

View File

@ -15,7 +15,7 @@ class AModule : public IModule {
virtual ~AModule();
auto update() -> void override;
virtual auto refresh(int) -> void {};
virtual auto refresh(int) -> void{};
operator Gtk::Widget &() override;
auto doAction(const std::string &name) -> void override;