doc and astyle fixes

This commit is contained in:
Timofey Turenko
2018-08-29 11:29:42 +03:00
committed by Markus Mäkelä
parent 0ce183d7e3
commit 4fd6d075cb
41 changed files with 153 additions and 142 deletions

View File

@ -15,7 +15,7 @@ int main(int argc, char *argv[])
Test->set_timeout(50);
char *user = Test->maxscales->ssh_node_output(0, "ps -FC maxscale|tail -n 1|cut -f 1 -d \" \"", false,
&exit_code);
&exit_code);
char *nl = user ? strchr(user, '\n') : NULL;
if (nl)