]> andersk Git - openssh.git/blobdiff - buffer.c
more whitespace (tabs this time)
[openssh.git] / buffer.c
index 236aeb0cded1921b4c07954f5b03b30933601ab5..9217cb2695cf9ad68be4545b4d76ab9fced181d4 100644 (file)
--- a/buffer.c
+++ b/buffer.c
@@ -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",
This page took 0.032108 seconds and 4 git commands to generate.