From 68f590c848e0e91d70e7116655464f392ed6df46 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:40:34 +1100 Subject: chore: format --- src/scene.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/scene.c') diff --git a/src/scene.c b/src/scene.c index fa4d9b5..26e19dc 100644 --- a/src/scene.c +++ b/src/scene.c @@ -1,17 +1,17 @@ /** * @file scene.c * @author your name (you@domain.com) - * @brief + * @brief * @version 0.1 * @date 2024-10-18 - * + * * @copyright Copyright (c) 2024 - * + * */ #include -// Retained mode scene tree that handles performant transform propagation, and allows systems, or other languages via bindings, to -// manipulate rendering/scene data without *owning* said data. +// Retained mode scene tree that handles performant transform propagation, and allows systems, or other languages via +// bindings, to manipulate rendering/scene data without *owning* said data. typedef struct scene_tree_node { const char* label; -- cgit v1.2.3-70-g09d2