Fix whitespace: space before tab

This commit is contained in:
Markus Armbruster 2008-09-17 19:29:42 -04:00
parent db4770426e
commit a9653c475b
17 changed files with 28 additions and 28 deletions

View file

@ -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);