From 03204cee8d6de02fbd6acc52bd93fa01218bea63 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 24 Aug 2021 18:04:57 -0300 Subject: src/lib.c: Stick to 80 columns --- src/lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib.c') diff --git a/src/lib.c b/src/lib.c index fdccc2b..572d708 100644 --- a/src/lib.c +++ b/src/lib.c @@ -1624,7 +1624,8 @@ static int repo_refs_tags_each( if (git_commit_lookup(&commit, repo, oid)) { const git_error *const error = git_error_last(); assert(error); - logerrs("git_commit_lookup(", name, ")", error->message, __LINE__); + logerrs("git_commit_lookup(", name, ")", error->message, + __LINE__); ret = -1; goto cleanup; } -- cgit v1.2.3