Skip to content

Commit 5112068

Browse files
Ralf Thielowgitster
authored andcommitted
sequencer: remove additional blank line
Remove an additional blank line between the headline and the list of conflicted files after doing a recursive merge. Signed-off-by: Ralf Thielow <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fdec2eb commit 5112068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequencer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static int do_recursive_merge(struct commit *base, struct commit *next,
234234

235235
if (!clean) {
236236
int i;
237-
strbuf_addstr(msgbuf, "\nConflicts:\n\n");
237+
strbuf_addstr(msgbuf, "\nConflicts:\n");
238238
for (i = 0; i < active_nr;) {
239239
struct cache_entry *ce = active_cache[i++];
240240
if (ce_stage(ce)) {

0 commit comments

Comments
 (0)