mirror of
https://github.com/brl/mutter.git
synced 2025-08-11 02:44:39 +00:00
xwayland: Reindent
This commit is contained in:
@@ -240,7 +240,8 @@ bind_to_unix_socket (int display)
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (listen (fd, 1) < 0) {
|
||||
if (listen (fd, 1) < 0)
|
||||
{
|
||||
unlink (addr.sun_path);
|
||||
close (fd);
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user