Commit f0e4a7b742fea06dc9eb4ebd8749a59ac84a55f6

Stefan Sperling 2018-03-10T01:03:31

indent long line

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lib/worktree.c b/lib/worktree.c
index 0a8cb93..f655715 100644
--- a/lib/worktree.c
+++ b/lib/worktree.c
@@ -144,7 +144,8 @@ got_worktree_init(const char *path, struct got_reference *head_ref,
 	}
 
 	/* Store path to repository. */ 
-	if (asprintf(&repopath, "%s/%s", gotpath, GOT_WORKTREE_REPOSITORY) == -1) {
+	if (asprintf(&repopath, "%s/%s", gotpath, GOT_WORKTREE_REPOSITORY)
+	    == -1) {
 		err = got_error(GOT_ERR_NO_MEM);
 		goto done;
 	}