diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-10-22 23:45:23 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-05 22:37:36 +0100 |
commit | 24cb46d24f98f27d0020aae1b0651407947c4d45 (patch) | |
tree | ec42e8cf002bc523c1bf85081ddccbbb72232a79 /nx-X11/programs/Xserver/hw | |
parent | b1d156888a3a75f1ec394702b1d4d8b10ef3e91f (diff) | |
download | nx-libs-24cb46d24f98f27d0020aae1b0651407947c4d45.tar.gz nx-libs-24cb46d24f98f27d0020aae1b0651407947c4d45.tar.bz2 nx-libs-24cb46d24f98f27d0020aae1b0651407947c4d45.zip |
Error.c: reformat comments
Diffstat (limited to 'nx-X11/programs/Xserver/hw')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Error.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Error.c b/nx-X11/programs/Xserver/hw/nxagent/Error.c index dfc96d3f0..ed1580efa 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Error.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Error.c @@ -397,9 +397,8 @@ char *nxagentGetRootPath(void) #endif /* - * We will determine the root NX directory - * based on the NX_HOME or HOME directory - * settings. + * We will determine the root NX directory based on the NX_HOME + * or HOME directory settings. */ char *homeEnv = nxagentGetHomePath(); @@ -490,10 +489,9 @@ char *nxagentGetSessionPath(void) if (*nxagentSessionDir == '\0') { /* - * If nxagentSessionId does not exist we - * assume that the sessionPath cannot be - * realized and do not use the clients - * log file. + * If nxagentSessionId does not exist we assume that the + * sessionPath cannot be realized and do not use the clients log + * file. */ if (*nxagentSessionId == '\0') |