mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-14 06:59:43 -05:00
scene/wlr_scene.h: fix indentation
This commit is contained in:
parent
638c5cda51
commit
ec328ca8cc
1 changed files with 2 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue