projects
/
platform
/
upstream
/
libxcb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b1f39
)
Make launchd code in xcb_util.c match surrounding code indent levels
author
Alan Coopersmith
<alan.coopersmith@oracle.com>
Tue, 5 Apr 2011 04:28:00 +0000
(21:28 -0700)
committer
Alan Coopersmith
<alan.coopersmith@oracle.com>
Tue, 12 Apr 2011 20:01:03 +0000
(13:01 -0700)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
src/xcb_util.c
patch
|
blob
|
history
diff --git
a/src/xcb_util.c
b/src/xcb_util.c
index
ad9b3df
..
818746b
100644
(file)
--- 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)