On Mon, Dec 7, 2009 at 1:06 PM, Nanako Shiraishi <nanako3@xxxxxxxxxxx> wrote: > Quoting Junio C Hamano <gitster@xxxxxxxxx> > >> I queued to ease the discussion in 'pu'. I had to fix-up some conflicts >> while doing so. Please sanity check the result. > > I see that you changed many "char* variable" to "char *variable", but > what is the reason for these changes? > Documentation/CodingGuidelines: - When declaring pointers, the star sides with the variable name, i.e. "char *string", not "char* string" or "char * string". This makes it easier to understand code like "char *string, c;". -- Erik "kusma" Faye-Lund -- 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