Skip to content

Commit 9d2cdd8

Browse files
committed
merge-ort.c: comment style fix
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 777f783 commit 9d2cdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-ort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2644,7 +2644,7 @@ static void apply_directory_rename_modifications(struct merge_options *opt,
26442644
oidcpy(&ci->stages[i].oid, null_oid());
26452645
}
26462646

2647-
// Now we want to focus on new_ci, so reassign ci to it
2647+
/* Now we want to focus on new_ci, so reassign ci to it. */
26482648
ci = new_ci;
26492649
}
26502650

0 commit comments

Comments
 (0)