Commit Diff


commit - 5bff75ab35eeaa7bd63180a34f85e530c29ea274
commit + 63f4f47b30929a05c377070ef0fff7f92b0dbf53
blob - 9bba7429cae02b605411470a6ff9d8716e1292ab
blob + 2017af0c13944345aa7f6aeee5eed81dc9d47f86
--- lib/worktree.c
+++ lib/worktree.c
@@ -858,7 +858,6 @@ remove_missing_files(struct got_worktree *worktree, co
 	a2.cancel_arg = cancel_arg;
 	a2.progress_cb = progress_cb;
 	a2.progress_arg = progress_arg;
-
 	err = got_pathset_for_each(a.missing_entries, remove_missing_file, &a2);
 	got_pathset_free(a.missing_entries);
 	return err;