Commit Diff


commit - 8be88dfa934d602d1cf29ba3e33162511f08b748
commit + 8b6ce5317fdcb3b74ddbd460aee729f039fe9aa7
blob - e47997cd368a717d95c65f2748c4443d8f4f8de4
blob + e737d9a89cb4b3f7f7be0f69f92fcfb4b4996b49
--- lib/diff_debug.h
+++ lib/diff_debug.h
@@ -46,7 +46,7 @@ dump_atom(const struct diff_data *left, const struct d
 		return;
 	}
 	if (left)
-		print(" %3u", diff_atom_root_idx(left, atom));
+		print(" %3u ", diff_atom_root_idx(left, atom));
 
 	if (atom->at == NULL) {
 		off_t remain = atom->len;