"Yangfei (Felix)" <felix.y...@huawei.com> writes: >> > + nscalars = (STMT_SLP_TYPE (stmt_info) >> > + ? vf * DR_GROUP_SIZE (stmt_info) : vf); >> >> …the indentation on this line. Hope you don't mind, but I also “reflowed” >> the commit message to make it fit within 72 chars. >> (The text itself is the same.) > > It's OK. :-) > BTW: Is this the rule for gcc git commit msg format? 72 chars instead of 80 > chars?
Well, it was over 80 chars too, which is why I noticed :-) But I think the idea is that it shouldn't wrap when you use “git log” on an 80-character terminal, and “git log” indents the messages. 72 is probably overboard though. Thanks, Richard