diffcore-pickaxe.c: remove unnecessary curly braces

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Brandon Casey 2010-10-04 17:51:47 -05:00 committed by Junio C Hamano
parent d4da4bc764
commit 95ae69b95b
1 changed files with 1 additions and 2 deletions

View File

@ -128,9 +128,8 @@ void diffcore_pickaxe(const char *needle, int opts)
diff_free_filepair(p);
}

if (opts & DIFF_PICKAXE_REGEX) {
if (opts & DIFF_PICKAXE_REGEX)
regfree(&regex);
}

free(q->queue);
*q = outq;