Commit 63f4f47b30929a05c377070ef0fff7f92b0dbf53

Stefan Sperling 2019-01-08T21:05:06

whitespace

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/worktree.c b/lib/worktree.c
index 9bba742..2017af0 100644
--- a/lib/worktree.c
+++ b/lib/worktree.c
@@ -858,7 +858,6 @@ remove_missing_files(struct got_worktree *worktree, const char *path,
 	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;