Commit 654422a0 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Error.c: remove trailing whitespace

and insert one single space
parent 6c080c83
...@@ -252,7 +252,7 @@ void nxagentOpenClientsLogFile() ...@@ -252,7 +252,7 @@ void nxagentOpenClientsLogFile()
nxagentGetClientsPath(); nxagentGetClientsPath();
} }
if (nxagentClientsLogName != NULL && *nxagentClientsLogName !='\0') if (nxagentClientsLogName != NULL && *nxagentClientsLogName != '\0')
{ {
nxagentClientsLog = open(nxagentClientsLogName, O_RDWR | O_CREAT | O_APPEND, 0600); nxagentClientsLog = open(nxagentClientsLogName, O_RDWR | O_CREAT | O_APPEND, 0600);
......
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