From aebb2679085d2ecc4d1c943ecfb2e87c699f00d0 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 12 Apr 2005 11:36:26 -0700 Subject: [PATCH] Whitespace Fixes Trivial whitespace fixes. From: Ingo Molnar Signed-off-by: Ingo Molnar Signed-off-by: Petr Baudis --- commit-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commit-tree.c') diff --git a/commit-tree.c b/commit-tree.c index ef1f068510..ac431febe9 100644 --- a/commit-tree.c +++ b/commit-tree.c @@ -41,7 +41,7 @@ static void add_buffer(char **bufp, unsigned int *sizep, const char *fmt, ...) alloc = (size + 32767) & ~32767; buf = *bufp; if (newsize > alloc) { - alloc = (newsize + 32767) & ~32767; + alloc = (newsize + 32767) & ~32767; buf = realloc(buf, alloc); *bufp = buf; } -- cgit v1.2.3