mirror of
https://repo.or.cz/socat.git
synced 2025-07-17 16:43:24 +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
|
@ -49,7 +49,7 @@ int xiogetlock(const char *lockfile) {
|
|||
Error2("mkstemp(\"%s\"): %s", s, strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
pid = Getpid();
|
||||
bytes = sprintf(pidbuf, F_pid"\n", pid);
|
||||
if (writefull(fd, pidbuf, bytes) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue