summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/module.h')
-rw-r--r--ganv/module.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ganv/module.h b/ganv/module.h
index 718756b..7520722 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -35,8 +35,7 @@ typedef struct _GanvModuleImpl GanvModuleImpl;
typedef void (*GanvPortFunction)(GanvPort* port, void* data);
-struct _GanvModule
-{
+struct _GanvModule {
GanvBox box;
GanvModuleImpl* impl;
};