Commit Diff


commit - 4808d170b7770ea1a53f09653147b56eb63e54f5
commit + 73797f1f62e2046eda762a80e5dbb3bef4a45500
blob - dd299b86f1969388fa94d5292d5770aa516a2d92
blob + a3d6e136d6d6177e9d7b51fc442a887b6e2b37c2
--- gotd/repo_write.c
+++ gotd/repo_write.c
@@ -429,7 +429,7 @@ protect_require_yca(struct got_object_id *tip_id,
 	err = got_ref_resolve(&expected_yca_id, repo_write.repo, ref);
 	if (err)
 		return err;
-	
+
 	err = got_object_get_type(&obj_type, repo_write.repo, expected_yca_id);
 	if (err)
 		goto done;
@@ -1964,7 +1964,7 @@ print_commits(struct got_object_id *root_id, struct go
 		err = got_object_open_as_commit(&commit, repo, &qid->id);
 		if (err)
 			break;
-	
+
 		if (ncommits > shortlog_threshold) {
 			err = print_commit_oneline(commit, &qid->id,
 			    repo, fd);
@@ -1996,7 +1996,7 @@ done:
 }
 
 static const struct got_error *
-print_tag(struct got_object_id *id, 
+print_tag(struct got_object_id *id,
     const char *refname, struct got_repository *repo, int fd)
 {
 	const struct got_error *err = NULL;