Re: [PATCH 4/6] zlib: wrap deflate side of the API

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jun 10, 2011 at 5:15 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote:
> +void git_deflate_init_gzip(z_streamp strm, int level)
> +{
> + Â Â Â /*
> + Â Â Â Â* Use default 15 bits, +16 is to generate gzip header/trailer
> + Â Â Â Â* instead of the zlib wrapper.
> + Â Â Â Â*/
> + Â Â Â const int windowBits = 15 + 16;
Was this style intentional?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]