mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
Fix coding style
This commit is contained in:
parent
60149e4fa5
commit
34a12b3515
6 changed files with 48 additions and 28 deletions
|
|
@ -105,6 +105,6 @@ action(struct view *activator, struct server *server, const char *action, const
|
|||
interactive_begin(view, LAB_INPUT_STATE_RESIZE, resize_edges);
|
||||
}
|
||||
} else {
|
||||
wlr_log(WLR_ERROR, "action (%s) not supported", action);
|
||||
wlr_log(WLR_ERROR, "(%s) not supported", action);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue