run astyle

This commit is contained in:
Robert Reif 2011-04-13 21:12:35 -04:00
parent 485ff0b472
commit 50a1f28d86
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ public:
/** inconclusive error */
inconclusive_error,
/** inconclusive warning */
inconclusive_warning
};

View File

@ -165,7 +165,7 @@ private:
message += " <location file=\"foo.cpp\" line=\"5\"/>\n </error>";
ASSERT_EQUALS(message, msg.toXML(false,2));
}
void InconclusiveXml()
{
// Location

View File

@ -2725,7 +2725,7 @@ private:
ASSERT_EQUALS("if ( 4 < a )", tok("if (14-2*5<a*4/(2*2))"));
ASSERT_EQUALS("( y / 2 - 2 )", tok("(y / 2 - 2)"));
ASSERT_EQUALS("( y % 2 - 2 )", tok("(y % 2 - 2)"));
ASSERT_EQUALS("( y % 2 - 2 )", tok("(y % 2 - 2)"));
}