I am not quite sure what is going on here, but VS2010 with VA 1833, and the IDE is having no problems formatting the following code correctly for me:
void testFormattingOfOddComment()
{
//** Set the clear color to set alpha channel to zero
glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
}
When pasting code, if you are in the "middle" of a line, or at the very start of the line, before the white space, can sometimes make a difference.