Commit Diff


commit - 4c06f61280f260fc52c2b3811c7ecd69d51de4d8
commit + ec92f92995c57580f171554909d70cde3c0f7743
blob - dcf13000a3e5d557d92e1fd5b585f650a837e8cd
blob + 4adf115d06b110647587d375b33aa21f27495d47
--- libexec/got-index-pack/got-index-pack.c
+++ libexec/got-index-pack/got-index-pack.c
@@ -717,8 +717,7 @@ index_pack(struct got_pack *pack, int idxfd, uint8_t *
 
 	if (nloose + nresolved != nobj) {
 		static char msg[64];
-		snprintf(msg, sizeof(msg),
-		    "discovered only %d of %d objects",
+		snprintf(msg, sizeof(msg), "discovered only %d of %d objects",
 		    nloose + nresolved, nobj);
 		err = got_error_msg(GOT_ERR_BAD_PACKFILE, msg);
 		goto done;