diff options
author | djm <djm> | 2003-11-21 12:56:47 +0000 |
---|---|---|
committer | djm <djm> | 2003-11-21 12:56:47 +0000 |
commit | a08f829ee34b6db3b19b8638890e68e7330c707d (patch) | |
tree | c02e919ba8a86474a99e3aa99d21454b7675e037 /buffer.c | |
parent | 184f11a0f4c6f7fc01a68e91b85ae8934d0a1f13 (diff) | |
download | openssh-a08f829ee34b6db3b19b8638890e68e7330c707d.tar.gz |
more whitespace (tabs this time)
Diffstat (limited to 'buffer.c')
-rw-r--r-- | buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ restart: goto restart; } /* Increase the size of the buffer and retry. */ - + newlen = buffer->alloc + len + 32768; if (newlen > 0xa00000) fatal("buffer_append_space: alloc %u not supported", |