mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 11:30:45 -05:00
xwayland: Reindent
This commit is contained in:
parent
20545941fa
commit
96fc93d744
@ -240,7 +240,8 @@ bind_to_unix_socket (int display)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (listen (fd, 1) < 0) {
|
if (listen (fd, 1) < 0)
|
||||||
|
{
|
||||||
unlink (addr.sun_path);
|
unlink (addr.sun_path);
|
||||||
close (fd);
|
close (fd);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user