mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04: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
|
|
@ -42,7 +42,6 @@ multi_rect_set_size(struct multi_rect *rect, int width, int height)
|
|||
int line_width = rect->line_width;
|
||||
|
||||
for (size_t i = 0; i < 3; i++) {
|
||||
|
||||
/* Reposition, top and left don't ever change */
|
||||
wlr_scene_node_set_position(&rect->right[i]->node,
|
||||
width - (i + 1) * line_width, i * line_width);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue