more whitespace (tabs this time)
diff --git a/buffer.c b/buffer.c
index 236aeb0..9217cb2 100644
--- a/buffer.c
+++ b/buffer.c
@@ -105,7 +105,7 @@
 		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",