mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
src/: fix coding style
This commit is contained in:
parent
0e41413dc8
commit
cce3c8cda0
7 changed files with 97 additions and 53 deletions
|
|
@ -22,7 +22,8 @@ subsurface_handle_destroy(struct wl_listener *listener, void *data)
|
|||
void
|
||||
subsurface_create(struct view *view, struct wlr_subsurface *wlr_subsurface)
|
||||
{
|
||||
struct view_subsurface *subsurface = calloc(1, sizeof(struct view_subsurface));
|
||||
struct view_subsurface *subsurface =
|
||||
calloc(1, sizeof(struct view_subsurface));
|
||||
if (!subsurface) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue