mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 17:32:57 +00:00
Removed trailing white space from *.h and *.c files
This commit is contained in:
parent
920d77847d
commit
33896a3f38
38 changed files with 172 additions and 165 deletions
|
@ -47,7 +47,7 @@ int xiosetopt(char what, const char *arg) {
|
|||
what, arg?arg:"NULL");
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -64,5 +64,5 @@ int xioinqopt(char what, char *arg, size_t n) {
|
|||
what, arg, n);
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue