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;
|
int actual_filelen;
|
||||||
|
|
||||||
#ifdef HAVE_LAUNCHD
|
#ifdef HAVE_LAUNCHD
|
||||||
if(strncmp(host, "/tmp/launch", 11) == 0) {
|
if(strncmp(host, "/tmp/launch", 11) == 0) {
|
||||||
base = host;
|
base = host;
|
||||||
host = "";
|
host = "";
|
||||||
protocol = NULL;
|
protocol = NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(*host || protocol)
|
if(*host || protocol)
|
||||||
|
|
Loading…
Reference in New Issue