Commit Diff


commit - 2234939fb43098f678d4891f7ba1fb4094ad56f3
commit + 85467924748b0e27f0105bde280878a149df9fc8
blob - 09136af9ef6031bc1ba4935ddaba53108806ba54
blob + 76eb2dde64f751aa977e37a5be06c8601f1fc0e3
--- lib/pack.c
+++ lib/pack.c
@@ -695,7 +695,7 @@ got_packidx_match_id_str_prefix(struct got_object_id_q
 		int cmp;
 
 		if (!got_sha1_digest_to_str(oid->sha1, id_str, sizeof(id_str)))
-		        return got_error(GOT_ERR_NO_SPACE);
+			return got_error(GOT_ERR_NO_SPACE);
 
 		cmp = strncmp(id_str, id_str_prefix, prefix_len);
 		if (cmp < 0) {