Commit a8edfd53 authored by Wayne Davison's avatar Wayne Davison

Trivial whitespace tweak.

parent dbb66518
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment