whitespace
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);