fix code style

This commit is contained in:
2025-12-10 17:58:01 +01:00
parent 4d61a80a7c
commit 0b3a6c4696
19 changed files with 1016 additions and 1366 deletions

View File

@@ -6,8 +6,7 @@
#include "interface/updateable.ipp"
class Clock : public Gtk::Label, public IUpdatable
{
class Clock : public Gtk::Label, public IUpdatable {
public:
bool onUpdate();
};