]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix indentation of code in inflate.c.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 9 Oct 2011 22:25:48 +0000 (15:25 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 9 Oct 2011 22:25:48 +0000 (15:25 -0700)
inflate.c

index e14b361e069fcc0e39851135dfb8f4329057a821..214bf26bc16d398ebecf3ffa094e8aff1ee18ba8 100644 (file)
--- a/inflate.c
+++ b/inflate.c
@@ -201,7 +201,7 @@ int stream_size;
 #ifdef Z_SOLO
         return Z_STREAM_ERROR;
 #else
-    strm->zfree = zcfree;
+        strm->zfree = zcfree;
 #endif
     state = (struct inflate_state FAR *)
             ZALLOC(strm, 1, sizeof(struct inflate_state));