From a8edfd53d1fe456e045a339452a83c7d4c835e03 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 23 Feb 2004 19:23:53 +0000 Subject: [PATCH] Trivial whitespace tweak. --- exclude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exclude.c b/exclude.c index d7fe9240..e0c8bed7 100644 --- a/exclude.c +++ b/exclude.c @@ -246,7 +246,7 @@ void add_exclude(struct exclude_struct ***listp, const char *pattern, int includ if (list) for (; list[len]; len++) {} - list = *listp = realloc_array(list, struct exclude_struct *, len+2); + list = *listp = realloc_array(list, struct exclude_struct *, len+2); if (!list || !(list[len] = make_exclude(pattern, include))) out_of_memory("add_exclude"); -- 2.34.1