summaryrefslogtreecommitdiffstats
path: root/ganv/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/box.h')
-rw-r--r--ganv/box.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ganv/box.h b/ganv/box.h
index f97788f..3925cea 100644
--- a/ganv/box.h
+++ b/ganv/box.h
@@ -30,8 +30,7 @@ G_BEGIN_DECLS
typedef struct _GanvBoxClass GanvBoxClass;
typedef struct _GanvBoxImpl GanvBoxImpl;
-struct _GanvBox
-{
+struct _GanvBox {
GanvNode node;
GanvBoxImpl* impl;
};