PERFORCE change 126033 for review

Hans Petter Selasky hselasky at c2i.net
Tue Sep 4 03:21:36 PDT 2007


Hi,

In my opinion you should keep braces around single line if's .

if (xxx) {
   yyy;
}

This will reduce the chance of error next time you add a statement to an if.

--HPS


More information about the p4-projects mailing list