Skip to content

Commit 95ae69b

Browse files
drafnelgitster
authored andcommitted
diffcore-pickaxe.c: remove unnecessary curly braces
Signed-off-by: Brandon Casey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d4da4bc commit 95ae69b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

diffcore-pickaxe.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@ void diffcore_pickaxe(const char *needle, int opts)
128128
diff_free_filepair(p);
129129
}
130130

131-
if (opts & DIFF_PICKAXE_REGEX) {
131+
if (opts & DIFF_PICKAXE_REGEX)
132132
regfree(&regex);
133-
}
134133

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

0 commit comments

Comments
 (0)