Make launchd code in xcb_util.c match surrounding code indent levels
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
82b1f3919a
commit
b027922ebf
|
@ -171,11 +171,11 @@ static int _xcb_open(const char *host, char *protocol, const int display)
|
|||
int actual_filelen;
|
||||
|
||||
#ifdef HAVE_LAUNCHD
|
||||
if(strncmp(host, "/tmp/launch", 11) == 0) {
|
||||
base = host;
|
||||
host = "";
|
||||
protocol = NULL;
|
||||
}
|
||||
if(strncmp(host, "/tmp/launch", 11) == 0) {
|
||||
base = host;
|
||||
host = "";
|
||||
protocol = NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
if(*host || protocol)
|
||||
|
|
Loading…
Reference in New Issue