summaryrefslogtreecommitdiffstats
path: root/ganv/circle.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/circle.h')
-rw-r--r--ganv/circle.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ganv/circle.h b/ganv/circle.h
index 8347525..2b756df 100644
--- a/ganv/circle.h
+++ b/ganv/circle.h
@@ -37,8 +37,7 @@ typedef struct _GanvCircleImpl GanvCircleImpl;
* A circular #GanvNode. A #GanvCircle is a leaf, that is, it does not contain
* any child nodes (though, like any #GanvNode, it may have a label).
*/
-struct _GanvCircle
-{
+struct _GanvCircle {
GanvNode node;
GanvCircleImpl* impl;
};