Commit 81a966c019fd0f543e5d7a3a83a8fca38b3bfed1

Stefan Sperling 2018-11-19T00:11:01

whitespace

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lib/commit_graph.c b/lib/commit_graph.c
index 96faf1d..c092627 100644
--- a/lib/commit_graph.c
+++ b/lib/commit_graph.c
@@ -171,8 +171,7 @@ detect_changed_path(int *changed, struct got_commit_object *commit,
 	if (err)
 		goto done;
 
-	err = got_object_tree_path_changed(changed, tree, ptree, path,
-	    repo);
+	err = got_object_tree_path_changed(changed, tree, ptree, path, repo);
 done:
 	if (tree)
 		got_object_tree_close(tree);