Big white-space cleanup.
[oweals/u-boot.git] / lib_generic / zlib.c
index 668ac8f8088da00a98abd023b6281701387a6a25..2b01c8f87d7b23d30151272ad0dda5df2a3dddab 100644 (file)
@@ -1115,7 +1115,7 @@ z_stream *z;
        n -= t;
        z->total_out += t;
        s->read = q;    /* drag read pointer forward */
-/*      WRAP  */       /* expand WRAP macro by hand to handle s->read */
+/*      WRAP  */       /* expand WRAP macro by hand to handle s->read */
        if (q == s->end) {
            s->read = q = s->window;
            m = WAVAIL;