Thiago Farina <tfransosi@xxxxxxxxx> writes: > 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? Sorry, but what style specifically do you find questionable? -- 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