diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-04-04 21:28:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-04-12 13:01:03 -0700 |
commit | b027922ebf1931885e00629c20e26f14f184998d (patch) | |
tree | 0c72a25bf7cf11f4395c887236e7cfc0c4e401e8 | |
parent | 82b1f3919a82a730f6b2f952d4090fe15702694e (diff) |
Make launchd code in xcb_util.c match surrounding code indent levels
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/xcb_util.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xcb_util.c b/src/xcb_util.c index ad9b3df..818746b 100644 --- a/src/xcb_util.c +++ b/src/xcb_util.c @@ -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) |