mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix minor coding-style violations
...based on https://github.com/johanmalm/checkpatch.pl
This commit is contained in:
parent
439cf4f848
commit
d424514e24
14 changed files with 29 additions and 28 deletions
|
|
@ -124,10 +124,10 @@ get_special(struct server *server, struct wlr_scene_node *node,
|
|||
struct wlr_scene_tree *grand_parent =
|
||||
node->parent ? node->parent->node.parent : NULL;
|
||||
if (grand_parent == server->view_tree) {
|
||||
*last_view = node_view_from_node(node);
|
||||
*last_view = node_view_from_node(node);
|
||||
}
|
||||
if (node->parent == server->view_tree_always_on_top) {
|
||||
*last_view = node_view_from_node(node);
|
||||
*last_view = node_view_from_node(node);
|
||||
}
|
||||
const char *view_part = get_view_part(*last_view, node);
|
||||
if (view_part) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue