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>
This commit is contained in:
parent
d4da4bc764
commit
95ae69b95b
@ -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(®ex);
|
||||
}
|
||||
|
||||
free(q->queue);
|
||||
*q = outq;
|
||||
|
Loading…
Reference in New Issue
Block a user