Commit 6a186b92 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Whitespace fixes

parent e65b106a
...@@ -965,7 +965,7 @@ TRANS(IsLocal) (XtransConnInfo ciptr) ...@@ -965,7 +965,7 @@ TRANS(IsLocal) (XtransConnInfo ciptr)
} }
#ifdef NX_TRANS_SOCKET #ifdef NX_TRANS_SOCKET
/* this is needed for pre-xcb X11 as we have in NX */ /* this is needed for pre-xcb X11 as we have in NX */
int int
TRANS(GetMyAddr) (XtransConnInfo ciptr, int *familyp, int *addrlenp, TRANS(GetMyAddr) (XtransConnInfo ciptr, int *familyp, int *addrlenp,
Xtransaddr **addrp) Xtransaddr **addrp)
......
...@@ -1555,7 +1555,7 @@ TRANS(SocketUNIXResetListener) (XtransConnInfo ciptr) ...@@ -1555,7 +1555,7 @@ TRANS(SocketUNIXResetListener) (XtransConnInfo ciptr)
stat (unsock->sun_path, &statb) == -1 || stat (unsock->sun_path, &statb) == -1 ||
((statb.st_mode & S_IFMT) != ((statb.st_mode & S_IFMT) !=
#if defined(NCR) || defined(SCO325) || !defined(S_IFSOCK) #if defined(NCR) || defined(SCO325) || !defined(S_IFSOCK)
S_IFIFO S_IFIFO
#else #else
S_IFSOCK S_IFSOCK
#endif #endif
......
...@@ -606,7 +606,7 @@ trans_mkdir(const char *path, int mode) ...@@ -606,7 +606,7 @@ trans_mkdir(const char *path, int mode)
} }
#endif #endif
#if !defined(__APPLE_CC__) && !defined(__CYGWIN__) #if !defined(__APPLE_CC__) && !defined(__CYGWIN__)
prmsg(1, "mkdir: Owner of %s should be set to root\n", prmsg(1, "mkdir: Owner of %s should be set to root\n",
path); path);
#endif #endif
} }
...@@ -619,7 +619,7 @@ trans_mkdir(const char *path, int mode) ...@@ -619,7 +619,7 @@ trans_mkdir(const char *path, int mode)
return -1; return -1;
} }
#endif #endif
prmsg(1, "mkdir: Mode of %s should be set to %04o\n", prmsg(1, "mkdir: Mode of %s should be set to %04o\n",
path, mode); path, mode);
if (status & WARN_NO_ACCESS) { if (status & WARN_NO_ACCESS) {
prmsg(1, "mkdir: this may cause subsequent errors\n"); prmsg(1, "mkdir: this may cause subsequent errors\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment