fix code style
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user