Commit Diff


commit - a1fbf39a454ab02859425068e8840d29356ea511
commit + b9d7675aca2f1d73ab2ed0ca796cc91671c52a20
blob - 0a56b3a8d2343c4a6c3f58cefc925e1ee167629f
blob + a7c73d3f201ae8bb765b54b24a5b1359cbc43710
--- tog/tog.c
+++ tog/tog.c
@@ -2231,7 +2231,8 @@ cmd_log(int argc, char *argv[])
 
 	if (repo_path == NULL) {
 		if (worktree)
-			repo_path = strdup(got_worktree_get_repo_path(worktree));
+			repo_path = strdup(
+			    got_worktree_get_repo_path(worktree));
 		else
 			repo_path = strdup(cwd);
 	}