Fix whitespace: space before tab
This commit is contained in:
parent
db4770426e
commit
a9653c475b
17 changed files with 28 additions and 28 deletions
|
@ -158,7 +158,7 @@ typed_wu(natid from, natid to, char *message, int type)
|
|||
if (writev(fd, iov, 2) < (int)(iov[0].iov_len + iov[1].iov_len)) {
|
||||
logerror("telegram 'write' to #%d failed", to);
|
||||
} else
|
||||
write_ok = 1;
|
||||
write_ok = 1;
|
||||
|
||||
if (close(fd) == -1) {
|
||||
logerror("telegram 'write' to #%d failed to close.", to);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue