Commit 2f3c4b69c96cf7f5b23c06c056ed4636932d80c0

Joe Rabinoff 2018-12-06T10:48:20

Typesetting conventions

diff --git a/src/odb_loose.c b/src/odb_loose.c
index 32be9cf..c9fbb04 100644
--- a/src/odb_loose.c
+++ b/src/odb_loose.c
@@ -1028,15 +1028,15 @@ static int loose_backend__readstream(
 
 done:
 	if (error < 0) {
-                if(stream) {
-		        git_futils_mmap_free(&stream->map);
-   		        git_zstream_free(&stream->zstream);
-                        git__free(stream);
-                }
-                if(hash_ctx) {
-   		        git_hash_ctx_cleanup(hash_ctx);
-		        git__free(hash_ctx);
-                }
+		if (stream) {
+			git_futils_mmap_free(&stream->map);
+			git_zstream_free(&stream->zstream);
+			git__free(stream);
+		}
+		if (hash_ctx) {
+			git_hash_ctx_cleanup(hash_ctx);
+			git__free(hash_ctx);
+		}
 	}
 
 	git_buf_dispose(&object_path);