mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[escher] Clean indentation
Change-Id: Id3b187b4bfff1e151ea96faebe8039f3212da609
This commit is contained in:
@@ -3,14 +3,12 @@
|
||||
|
||||
class Invocation {
|
||||
public:
|
||||
typedef void (*Action)(void * context, void * sender);
|
||||
Invocation(Action a, void * c);
|
||||
|
||||
void perform(void * sender);
|
||||
|
||||
typedef void (*Action)(void * context, void * sender);
|
||||
Invocation(Action a, void * c);
|
||||
void perform(void * sender);
|
||||
private:
|
||||
Action m_action;
|
||||
void * m_context;
|
||||
Action m_action;
|
||||
void * m_context;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user