wrap over-long line
diff --git a/tog/tog.c b/tog/tog.c
index 0a56b3a..a7c73d3 100644
--- a/tog/tog.c
+++ b/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);
}