Skip to content

Commit 2f3c4b6

Browse files
committed
Typesetting conventions
1 parent 08afdb5 commit 2f3c4b6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/odb_loose.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,15 +1028,15 @@ static int loose_backend__readstream(
10281028

10291029
done:
10301030
if (error < 0) {
1031-
if(stream) {
1032-
git_futils_mmap_free(&stream->map);
1033-
git_zstream_free(&stream->zstream);
1034-
git__free(stream);
1035-
}
1036-
if(hash_ctx) {
1037-
git_hash_ctx_cleanup(hash_ctx);
1038-
git__free(hash_ctx);
1039-
}
1031+
if (stream) {
1032+
git_futils_mmap_free(&stream->map);
1033+
git_zstream_free(&stream->zstream);
1034+
git__free(stream);
1035+
}
1036+
if (hash_ctx) {
1037+
git_hash_ctx_cleanup(hash_ctx);
1038+
git__free(hash_ctx);
1039+
}
10401040
}
10411041

10421042
git_buf_dispose(&object_path);

0 commit comments

Comments
 (0)