[Xcb] [PATCH 1/2] Make launchd code in xcb_util.c match surrounding code indent levels
Alan Coopersmith
alan.coopersmith at oracle.com
Tue Apr 5 18:29:30 PDT 2011
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
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)
--
1.7.3.2
More information about the Xcb
mailing list