From d58e1aea4b57e890706b96565c8c1fd9e09b42ec Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 12 Apr 2026 22:34:18 +0200 Subject: fix whitespace --- src/scene.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/scene.h') diff --git a/src/scene.h b/src/scene.h index dfcf635..2a49581 100644 --- a/src/scene.h +++ b/src/scene.h @@ -51,7 +51,7 @@ struct transform { bool has_op[TRANSFORM_OPS_N][3]; struct expr op[TRANSFORM_OPS_N][3]; - array(struct node) children; + array(struct node) children; }; struct surface @@ -68,7 +68,7 @@ struct object enum node_type { - NODE_TRANSFORM, + NODE_TRANSFORM, NODE_OBJECT, NODE_CAMERA, NODE_BONE, @@ -103,7 +103,7 @@ struct seq_inst struct camera *pov; struct { unsigned int times; - array(struct seq_inst) children; + array(struct seq_inst) children; } rep; double time; }; -- cgit v1.2.3