mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix coding style
This commit is contained in:
parent
60149e4fa5
commit
34a12b3515
6 changed files with 48 additions and 28 deletions
|
|
@ -279,7 +279,7 @@ map(struct view *view)
|
|||
static void
|
||||
unmap(struct view *view)
|
||||
{
|
||||
if(view->mapped) {
|
||||
if (view->mapped) {
|
||||
view->mapped = false;
|
||||
damage_all_outputs(view->server);
|
||||
wl_list_remove(&view->commit.link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue