aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-05-31 20:34:50 +0300
committerKirill Primak <vyivel@eclair.cafe>2022-05-31 20:34:50 +0300
commitec328ca8cc82f5cac657141e31a81a590759150d (patch)
tree6a4792f17dd75ca2d8f3b16cf4c2fcd50ed4dc59 /include
parent638c5cda5116b4b7f6e1156e552945023688d83a (diff)
scene/wlr_scene.h: fix indentation
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_scene.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h
index 86976f61..38a2e478 100644
--- a/include/wlr/types/wlr_scene.h
+++ b/include/wlr/types/wlr_scene.h
@@ -73,9 +73,9 @@ enum wlr_scene_debug_damage_option {
/** A sub-tree in the scene-graph. */
struct wlr_scene_tree {
- struct wlr_scene_node node;
+ struct wlr_scene_node node;
- struct wl_list children; // wlr_scene_node.link
+ struct wl_list children; // wlr_scene_node.link
};
/** The root scene-graph node. */