mercurial/parsers.c
changeset 7186 f77c8d8331ca
parent 7176 14848fc8e26c
child 7190 aecea6934fdd
--- a/mercurial/parsers.c	Mon Oct 20 14:52:58 2008 +0200
+++ b/mercurial/parsers.c	Mon Oct 20 14:57:04 2008 +0200
@@ -301,12 +301,12 @@
 		unsigned int step;
 		
 		memcpy(decode, data, 64);
-                offset_flags = ntohl(*((uint32_t *) (decode + 4)));
-                if (n == 0) /* mask out version number for the first entry */
-                        offset_flags &= 0xFFFF;
-                else {
+		offset_flags = ntohl(*((uint32_t *) (decode + 4)));
+		if (n == 0) /* mask out version number for the first entry */
+			offset_flags &= 0xFFFF;
+		else {
 			uint32_t offset_high =  ntohl(*((uint32_t *) decode));
-                        offset_flags |= ((uint64_t) offset_high) << 32;
+			offset_flags |= ((uint64_t) offset_high) << 32;
 		}
 
 		comp_len = ntohl(*((uint32_t *) (decode + 8)));