xwayland: Reindent

This commit is contained in:
Jasper St. Pierre 2014-01-29 10:23:58 -05:00
parent 20545941fa
commit 96fc93d744

View File

@ -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;